Skip to content

Commit

Permalink
Tweak to travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Littman committed Aug 16, 2016
1 parent 12be1d9 commit b1d9932
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 @@ -2,8 +2,8 @@ language: python
python:
- "2.7"
before_install:
- "pip install pip==7.1.2"
- "pip install setuptools>=25.2.0"
- "pip install pip==7.1.2 --upgrade"
- "pip install setuptools>=25.2.0 --upgrade"
install: "pip install -r requirements.txt"
script: python -m unittest discover
notifications:
Expand Down

0 comments on commit b1d9932

Please sign in to comment.