Skip to content

Commit

Permalink
Update TravisCI build config
Browse files Browse the repository at this point in the history
* The build is currently failing due to a known versioning issue with the "zipp" package on py27. Updating pip apparently fixes this
* Updated python 3 to "3.8" (from "3.6")
  • Loading branch information
remiomosowon committed Mar 15, 2020
1 parent 271687f commit 3e1fd2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ language: python

python:
- "2.7"
- "3.6"
- "3.8"

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -U pip
- pip install -r requirements.txt
- pip install coveralls

Expand Down

0 comments on commit 3e1fd2a

Please sign in to comment.