Skip to content

Commit

Permalink
Remove Xenial, add Python 3.7-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Jan 23, 2019
1 parent 75a762c commit 5f640bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dist: xenial
language: python
sudo: false
python:
Expand All @@ -9,7 +8,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.7-dev"
- "pypy"
install:
- pip install coveralls
Expand Down

0 comments on commit 5f640bc

Please sign in to comment.