Skip to content

Commit

Permalink
upgrading travis' default packages
Browse files Browse the repository at this point in the history
  • Loading branch information
moltob committed Sep 30, 2018
1 parent 4211b97 commit dc5891a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ services:
python:
- "3.6"
- "3.7-dev"
before_install:
# travis has old versions pre-installed, so upgrade them first:
- pip list --outdated | cut -d ' ' -f1 | xargs -n1 pip install -U
install:
- pip install -r requirements.txt
- pip install pytest-cov coveralls codecov
Expand Down

0 comments on commit dc5891a

Please sign in to comment.