Skip to content

Commit

Permalink
Add Python 3.7 to the CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Nov 21, 2018
1 parent f23a94f commit 152dbbc
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
@@ -1,7 +1,11 @@
language: python

dist: xenial
sudo: required

python:
- '3.6'
- '3.7'

install:
- pip install -v -e .[dev]
Expand Down

0 comments on commit 152dbbc

Please sign in to comment.