Skip to content

Commit

Permalink
use pip3 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
deargle committed Sep 26, 2019
1 parent 6fe7d33 commit 54705a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ git:
before_install:
- sudo rm -f /etc/boto.cfg
install:
- pip install -r requirements.txt
- pip install coverage
- pip install coveralls
- pip3 install -r requirements.txt
- pip3 install coverage
- pip3 install coveralls
script:
- python3 setup.py test || python setup.py test
- coverage run --source=psiturk setup.py test
Expand Down

0 comments on commit 54705a4

Please sign in to comment.