summaryrefslogtreecommitdiff
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:19:57 +0200
commitf08dad88298cdb23f822dd1f5cfc073ae1d9d503 (patch)
treead53a2ddf338b8e6e6f4add85de9670b55ff869b
parentee4c0a53756746fb00ede7a7e0f672e85ce73c5e (diff)
downloadpysnmp-git-f08dad88298cdb23f822dd1f5cfc073ae1d9d503.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>
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c75af9a6..99dc942d 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