Skip to content

Commit

Permalink
fix for python 3.5 issue on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sfarrens committed Feb 11, 2020
1 parent 3062ec7 commit 62eb615
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ branches:
only:
- master

# update pre-installed packages
before_install:
- pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U

# install package and dependencies
install:
- pip install coverage nose pytest pytest-cov
Expand Down

0 comments on commit 62eb615

Please sign in to comment.