mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +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
|
||||
language: python
|
||||
install: pip install tox
|
||||
script: tox
|
||||
install:
|
||||
- pip install tox
|
||||
- pip install cython
|
||||
- make compile
|
||||
script:
|
||||
- tox
|
||||
python:
|
||||
- 3.5
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue
Block a user