Skip to content

Commit

Permalink
Stop using deprecated --use-mirrors in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Armin Samii committed May 4, 2017
1 parent 3fd4374 commit b15fd03
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Expand Up @@ -23,13 +23,13 @@ postgres:
database: django_fb_test
install:
# faster than installing PIL manually
- pip install pep8 --use-mirrors
- pip install coverage --use-mirrors
- pip install python-coveralls --use-mirrors
- pip install pep8
- pip install coverage
- pip install python-coveralls
- pip install https://github.com/dcramer/pyflakes/tarball/master
- python setup.py install
- pip install -r facebook_example/requirements/$REQUIREMENTS.txt --use-mirrors -I --allow-all-external
- pip install -q Django$DJANGO --use-mirrors -I
- pip install -r facebook_example/requirements/$REQUIREMENTS.txt -I --allow-all-external
- pip install -q Django$DJANGO -I
before_script:
- "pep8 --exclude=south_migrations --ignore=E501,E225,W293,E731 django_facebook open_facebook"
# - pyflakes -x W src
Expand Down

0 comments on commit b15fd03

Please sign in to comment.