summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-12-29 23:41:52 +0100
committerIlya Etingof <etingof@gmail.com>2018-12-29 23:41:52 +0100
commit5cc25c9b851a39955b04f0b33b37e0fc694af09f (patch)
treef81861d96d111cc592d45b1ba81618437c34ef76
parenta2d1e7c9bb080210d09389aa312c4eab6137ba04 (diff)
downloadpysnmp-git-5cc25c9b851a39955b04f0b33b37e0fc694af09f.tar.gz
Switch Travis CI to Trusty
-rw-r--r--.travis.yml38
1 files changed, 20 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
index e2c456a0..497cf2a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,37 +3,39 @@ cache: pip
matrix:
include:
- os: linux
- dist: xenial
- sudo: false
+ dist: trusty
+ python: '2.6'
+ - os: linux
+ dist: trusty
python: '2.7'
- os: linux
- dist: xenial
- sudo: false
+ dist: trusty
+ python: '3.2'
+ - os: linux
+ dist: trusty
+ python: '3.3'
+ - os: linux
+ dist: trusty
python: '3.4'
- os: linux
- dist: xenial
- sudo: false
+ dist: trusty
python: '3.5'
- os: linux
- dist: xenial
- sudo: false
+ dist: trusty
python: '3.6'
- os: linux
dist: xenial
sudo: true
python: '3.7'
- os: linux
- dist: xenial
- sudo: false
+ dist: trusty
python: 'nightly'
-# - os: linux
-# dist: xenial
-# sudo: false
-# python: 'pypy'
-# - os: linux
-# dist: xenial
-# sudo: false
-# python: 'pypy3'
+ - os: linux
+ dist: trusty
+ python: 'pypy'
+ - os: linux
+ dist: trusty
+ python: 'pypy3'
install:
- pip install -r requirements.txt -r devel-requirements.txt
- pip install -e .