travis: use tox-travis
This commit is contained in:
38
.travis.yml
38
.travis.yml
@@ -1,35 +1,19 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
|
- '2.6'
|
||||||
|
- '2.7'
|
||||||
|
- '3.4'
|
||||||
- '3.5'
|
- '3.5'
|
||||||
install: pip install -U tox setuptools_scm
|
- '3.6'
|
||||||
env:
|
install: pip install tox-travis setuptools_scm
|
||||||
matrix:
|
matrix:
|
||||||
|
include:
|
||||||
# note: please use "tox --listenvs" to populate the build matrix
|
# note: please use "tox --listenvs" to populate the build matrix
|
||||||
- TOXENV=py26-pytest27
|
- python: "3.5"
|
||||||
- TOXENV=py26-pytest28
|
env: TOXENV=flakes
|
||||||
- TOXENV=py26-pytest29
|
- python: "3.5"
|
||||||
- TOXENV=py26-pytest30
|
env: TOXENV=readme
|
||||||
- TOXENV=py27-pytest27
|
|
||||||
- TOXENV=py27-pytest28
|
|
||||||
- TOXENV=py27-pytest29
|
|
||||||
- TOXENV=py27-pytest30
|
|
||||||
- TOXENV=py34-pytest27
|
|
||||||
- TOXENV=py34-pytest28
|
|
||||||
- TOXENV=py34-pytest29
|
|
||||||
- TOXENV=py34-pytest30
|
|
||||||
- TOXENV=py35-pytest27
|
|
||||||
- TOXENV=py35-pytest28
|
|
||||||
- TOXENV=py35-pytest29
|
|
||||||
- TOXENV=py35-pytest30
|
|
||||||
- TOXENV=py36-pytest27
|
|
||||||
- TOXENV=py36-pytest28
|
|
||||||
- TOXENV=py36-pytest29
|
|
||||||
- TOXENV=py36-pytest30
|
|
||||||
- TOXENV=py27-pytest28-pexpect
|
|
||||||
- TOXENV=py35-pytest28-pexpect
|
|
||||||
- TOXENV=flakes
|
|
||||||
- TOXENV=readme
|
|
||||||
|
|
||||||
script: tox
|
script: tox
|
||||||
notifications:
|
notifications:
|
||||||
|
|||||||
Reference in New Issue
Block a user