summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-06-29 09:06:28 +0200
committerIlya Etingof <etingof@gmail.com>2018-06-29 09:29:59 +0200
commitdf6d6a6efd7ec6810feb9edddf369264512612b2 (patch)
tree3ea57f55119e860555753ae3d93f2cf615a936d9 /.travis.yml
parentf12389f1aec0e28308f27f5e62ed81ef7ad09264 (diff)
downloadpysnmp-git-df6d6a6efd7ec6810feb9edddf369264512612b2.tar.gz
switch Travis back to 3.7-dev while 3.7 is not avail
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml60
1 files changed, 47 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f9d4f24..120f290c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,51 @@
-
language: python
-python:
- - "2.6"
- - "2.7"
- - "3.2"
- - "3.3"
- - "3.4"
- - "3.5"
- - "3.6"
- - "3.7"
- - "nightly"
-# - "pypy"
-# - "pypy3"
+cache: pip
+matrix:
+ include:
+ - os: linux
+ dist: xenial
+ sudo: false
+ python: '2.6'
+ - os: linux
+ dist: xenial
+ sudo: false
+ python: '2.7'
+ - os: linux
+ dist: xenial
+ sudo: false
+ python: '3.2'
+ - os: linux
+ dist: xenial
+ sudo: false
+ python: '3.3'
+ - os: linux
+ dist: xenial
+ sudo: false
+ python: '3.4'
+ - os: linux
+ dist: xenial
+ sudo: false
+ python: '3.5'
+ - os: linux
+ dist: xenial
+ sudo: false
+ python: '3.6'
+ - os: linux
+ dist: xenial
+ sudo: false
+ python: '3.7-dev'
+ - os: linux
+ dist: xenial
+ sudo: false
+ python: 'nightly'
+# - os: linux
+# dist: xenial
+# sudo: false
+# python: 'pypy'
+# - os: linux
+# dist: xenial
+# sudo: false
+# python: 'pypy3'
install:
- pip install -r requirements.txt -r devel-requirements.txt
- pip install -e .