Try cythonize vs build
This commit is contained in:
parent
cd1df0ad83
commit
49a2061cc5
|
@ -2,7 +2,7 @@ sudo: false
|
||||||
install:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
- pip install cython
|
- pip install cython
|
||||||
- make build
|
- make cythonize
|
||||||
script:
|
script:
|
||||||
- tox -v
|
- tox -v
|
||||||
language: python
|
language: python
|
||||||
|
|
Loading…
Reference in New Issue