Skip to content

Commit

Permalink
The salt-testing project changed ownership. Update references.
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Jun 27, 2013
1 parent 8cd0316 commit 3ee3a47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def run(self):
'install_requires': requirements,
# Required for running the tests suite
'tests_require': [
'git+https://github.com/s0undt3ch/salt-testing.git#egg=SaltTesting'
'git+https://github.com/saltstack/salt-testing.git#egg=SaltTesting'
],
# The dynamic module loading in salt.modules makes this
# package zip unsafe. Required for esky builds
Expand Down

0 comments on commit 3ee3a47

Please sign in to comment.