Skip to content

Commit

Permalink
Attempt to extend travis-ci to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
elmotec committed Jan 26, 2019
1 parent 9b35a9a commit fd82cc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Config file for automatic testing at travis-ci.org

dist: xenial
language: python
python:
- "3.6"
- "3.7"

install:
- pip install -r requirements.txt coverage python-coveralls
Expand Down

0 comments on commit fd82cc3

Please sign in to comment.