summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-12-29 21:24:03 +0100
committerIlya Etingof <etingof@gmail.com>2018-12-29 21:24:03 +0100
commita4b30dcb6c34e303129498d697fb3cd805c1e48d (patch)
treeddbc22ca3eec743f2e1307dd2495ce4995a9c45a /.travis.yml
parent4f50a4874fbf6a83dc622fd2716a468d876ec4b6 (diff)
downloadpyasn1-git-a4b30dcb6c34e303129498d697fb3cd805c1e48d.tar.gz
Switch Travis to xenial just for Py3.7
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b024e5..3152686 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ matrix:
sudo: false
python: '3.6'
- os: linux
- dist: trusty
+ dist: xenial
sudo: true
python: '3.7'
- os: linux