summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Brown <ericwb@users.noreply.github.com>2018-07-02 23:18:56 -0700
committerIlya Etingof <etingof@gmail.com>2018-07-03 08:18:56 +0200
commitd5ab28820dcd80ed1e6a5bf33945bb6d1f057d4b (patch)
treec38baed7b9a9f24078f984c3f3417e53f1a2e432 /.travis.yml
parentda4539e34cacdc0bd6ecfba98dc48caecc12b104 (diff)
downloadpysnmp-git-d5ab28820dcd80ed1e6a5bf33945bb6d1f057d4b.tar.gz
Switch back to offical Python 3.7 build (#163)
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. Signed-off-by: Eric Brown <browne@vmware.com>
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 120f290c..4006e760 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