Skip to content

Commit

Permalink
trying to get travis-ci to work with Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rharder committed Aug 18, 2018
1 parent 62edc18 commit cba3cd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,9 @@ python:
- '3.5'
- '3.6'
- '3.7'
dist: xenial
sudo: true

install:
- pip install .
- pip install coveralls
Expand Down

0 comments on commit cba3cd6

Please sign in to comment.