Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
Update travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
vidya-ram committed Oct 13, 2017
1 parent 43bf97d commit d6d63dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ python:
- "2.7"
- "pypy"
install:
- pip install -r requirements.txt --use-mirrors
- pip install -r test_requirements.txt --use-mirrors
- pip install -r requirements.txt
- pip install -r test_requirements.txt
script:
- ./runtests.sh cookiefree tests
after_success:
Expand Down

0 comments on commit d6d63dd

Please sign in to comment.