mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
The salt-testing project changed ownership. Update references.
This commit is contained in:
parent
f5d61a5e64
commit
8105636b1f
@ -12,7 +12,7 @@ before_install:
|
||||
- pip install http://dl.dropbox.com/u/174789/m2crypto-0.20.1.tar.gz
|
||||
- pip install coveralls
|
||||
- "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors --mirrors=http://testpypi.python.org/pypi unittest2 ordereddict; fi"
|
||||
- pip install git+https://github.com/s0undt3ch/salt-testing.git#egg=SaltTesting
|
||||
- pip install git+https://github.com/saltstack/salt-testing.git#egg=SaltTesting
|
||||
|
||||
install: pip install -r requirements.txt --use-mirrors --mirrors=http://testpypi.python.org/pypi
|
||||
|
||||
|
2
setup.py
2
setup.py
@ -36,7 +36,7 @@ if 'USE_SETUPTOOLS' in os.environ:
|
||||
|
||||
setup_kwargs['install_requires'] = requirements
|
||||
setup_kwargs['tests_require'] = [
|
||||
'git+https://github.com/s0undt3ch/salt-testing.git#egg=SaltTesting'
|
||||
'git+https://github.com/saltstack/salt-testing.git#egg=SaltTesting'
|
||||
]
|
||||
except:
|
||||
USE_SETUPTOOLS = False
|
||||
|
Loading…
Reference in New Issue
Block a user