summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-06-29 10:23:09 +0200
committerIlya Etingof <etingof@gmail.com>2018-06-29 10:23:09 +0200
commitd5327005dabb1689c9af5124d7cf9fcdf16b1446 (patch)
tree6e7b8e30b5a4fcd2fa0793be2899bc1e37e26f65
parentce06e4c36c1dbbcefe1a83a60fa8da093b78c414 (diff)
downloadpyasn1-git-d5327005dabb1689c9af5124d7cf9fcdf16b1446.tar.gz
switch back to 3.7-dev
-rw-r--r--.travis.yml58
1 files changed, 46 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index 7784cba..1e792ec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,17 +1,51 @@
language: python
cache: pip
-python:
- - "2.6"
- - "2.7"
- - "3.2"
- - "3.3"
- - "3.4"
- - "3.5"
- - "3.6"
- - "3.7"
- - "nightly"
- - "pypy"
- - "pypy3"
+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 codecov
- pip install -r requirements.txt -r devel-requirements.txt