mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
Add cython->c compilation command to .travis.yml
This commit is contained in:
parent
b413826299
commit
02b993ec54
|
@ -1,7 +1,11 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
install: pip install tox
|
install:
|
||||||
script: tox
|
- pip install tox
|
||||||
|
- pip install cython
|
||||||
|
- make compile
|
||||||
|
script:
|
||||||
|
- tox
|
||||||
python:
|
python:
|
||||||
- 3.5
|
- 3.5
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user