Skip to content

Commit

Permalink
travis: Add a test on Python 3.7.
Browse files Browse the repository at this point in the history
Test on the current stable release. This requires updating
the travis base image to Ubuntu 16.04 (xenial).

Continue to test on Python 3.5 as a minimum supported version.
  • Loading branch information
rillian committed May 28, 2019
1 parent bb30753 commit 9982fb3
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,3 +1,4 @@
dist: xenial
sudo: false

language: python
Expand All @@ -18,6 +19,9 @@ matrix:
- os: linux
sudo: false
python: 3.5
- os: linux
sudo: false
python: 3.7
- os: osx
language: generic
env: PIP=pip3 MYPYTHON=python3
Expand Down

0 comments on commit 9982fb3

Please sign in to comment.