travis: run tests both with and without cython
This commit is contained in:
parent
040c8536e2
commit
c0a9b3689c
17
.travis.yml
17
.travis.yml
@ -1,14 +1,23 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
|
||||||
- "2.7"
|
matrix:
|
||||||
- "3.6"
|
include:
|
||||||
|
- env: TOXENV=py27-nocy
|
||||||
|
python: 2.7
|
||||||
|
- env: TOXENV=py36-nocy
|
||||||
|
python: 3.6
|
||||||
|
- env: TOXENV=py27-cy
|
||||||
|
python: 2.7
|
||||||
|
- env: TOXENV=py36-cy
|
||||||
|
python: 3.6
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- /^v\d+\.\d+.*$/
|
- /^v\d+\.\d+.*$/
|
||||||
|
|
||||||
install: pip install tox-travis
|
install: pip install tox
|
||||||
|
|
||||||
script: tox
|
script: tox
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user