Skip to content

Commit

Permalink
Use mirrors for twisted dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreid committed Dec 11, 2012
1 parent 9e228a7 commit 5af63c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ env:
- TWISTED_VERSION=12.1.0

install:
- pip install Twisted==$TWISTED_VERSION
- pip install Twisted==$TWISTED_VERSION --use-mirrors
- pip install -r requirements-dev.txt --use-mirrors

script:
Expand Down

0 comments on commit 5af63c0

Please sign in to comment.