aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-07-03 08:38:53 +0200
committerIlya Etingof <etingof@gmail.com>2018-07-03 08:38:53 +0200
commitc4f600a1b089f666475290d406f4bdea6f9f4da0 (patch)
tree119be18ec2589e9090f094f570f9a61952e632b8 /.travis.yml
parentf172aae4304f9cfde697511141aebf7cb0de3a84 (diff)
downloadpyasn1-modules-c4f600a1b089f666475290d406f4bdea6f9f4da0.tar.gz
Switch back to offical Python 3.7 build
It appears that Python 3.7 use in Travis-CI is finally fixed. However, it requires use of xenial distribution and sudo: true. Those have now been added to the matrix.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 71a315a..6f4b0c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,8 +32,8 @@ matrix:
python: '3.6'
- os: linux
dist: xenial
- sudo: false
- python: '3.7-dev'
+ sudo: true
+ python: '3.7'
- os: linux
dist: xenial
sudo: false