Skip to content

Commit

Permalink
Test Python 3.8 and simplify matrix as Xenial is the default
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 8, 2020
1 parent 8181f98 commit 303753f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
@@ -1,13 +1,12 @@
language: python

matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
- 3.8

install:
- python setup.py install
Expand Down

0 comments on commit 303753f

Please sign in to comment.