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
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
|
||||
matrix:
|
||||
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:
|
||||
only:
|
||||
- master
|
||||
- /^v\d+\.\d+.*$/
|
||||
|
||||
install: pip install tox-travis
|
||||
install: pip install tox
|
||||
|
||||
script: tox
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user