summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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