👷 Travis: Use test matrix
This commit is contained in:
parent
7a4b8ac8c0
commit
3ef78f6998
1 changed files with 10 additions and 12 deletions
22
.travis.yml
22
.travis.yml
|
@ -1,15 +1,13 @@
|
||||||
language: python
|
matrix:
|
||||||
python:
|
include:
|
||||||
- "2.6"
|
- python: 2.7
|
||||||
dist: trusty
|
- python: 3.4
|
||||||
- "2.7"
|
- python: 3.5
|
||||||
- "3.2"
|
- python: 3.6
|
||||||
dist: trusty
|
- python: 3.7
|
||||||
- "3.3"
|
dist: xenial
|
||||||
dist: trusty
|
sudo: true
|
||||||
- "3.4"
|
|
||||||
- "nightly"
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: py.test
|
script: py.test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue