The salt-testing project changed ownership. Update references.

This commit is contained in:
Pedro Algarvio 2013-06-26 20:59:49 +01:00
parent f5d61a5e64
commit 8105636b1f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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