summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-12-29 23:41:52 +0100
committerIlya Etingof <etingof@gmail.com>2018-12-30 00:08:32 +0100
commitea6a4f2b4460a8ed410276bb0274a2ab8d2607b8 (patch)
treeb89d81e71e112b68237b5144768a312ae74863af /.travis.yml
parentd7534580837445553d8ffdc86fd5a161b9d57af1 (diff)
downloadpysnmp-git-ea6a4f2b4460a8ed410276bb0274a2ab8d2607b8.tar.gz
Switch Travis CI to Trusty
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml38
1 files changed, 20 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
index 0911b655..ae0d1fe8 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 -r extra-requirements.txt
- pip install -e .