Skip to content

Commit

Permalink
Travis now updats the packages if required
Browse files Browse the repository at this point in the history
  • Loading branch information
lemieuxl committed Jul 5, 2017
1 parent 1fb8fea commit 0c3b73a
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 @@ -6,9 +6,9 @@ python:
- "3.5"
- "3.6"
install:
- pip install six
- pip install numpy
- pip install coveralls
- pip install -U six
- pip install -U numpy
- pip install -U coveralls
script:
- coverage run setup.py test
after_success:
Expand Down

0 comments on commit 0c3b73a

Please sign in to comment.