summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-07-03 08:37:13 +0200
committerIlya Etingof <etingof@gmail.com>2018-07-03 08:37:13 +0200
commit939be5fabe8c8ed8fcb334b07c84349f99cb0e59 (patch)
tree6e614c70f7a3b7bde18525683d32f04e24e1aa13
parent271f71af5a7245a7cf7565ee40bb5a272c2dc9f1 (diff)
downloadpyasn1-git-939be5fabe8c8ed8fcb334b07c84349f99cb0e59.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.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1e792ec..79e62ca 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