summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-08-08 15:14:55 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-08-08 15:14:55 -0400
commitbeb0e0eb774dd15e79574ace338b885101d86d4b (patch)
tree6deb1573141e7c5668506172a27fccedd1d30cc6
parented475c925d31ec146979f12b0ebf1e1021335e31 (diff)
downloadpytest-runner-beb0e0eb774dd15e79574ace338b885101d86d4b.tar.gz
Use xenial to include support for Python 3.7.
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2560fc3..b54e8e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,11 @@
-dist: trusty
+dist: xenial
sudo: false
language: python
python:
- 2.7
-- &latest_py3 3.6
+- 3.6
+- &latest_py3 3.7
jobs:
fast_finish: true