Try cythonize vs build

This commit is contained in:
Roman Mogilatov 2016-11-02 19:56:07 +02:00
parent cd1df0ad83
commit 49a2061cc5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ sudo: false
install:
- pip install tox
- pip install cython
- make build
- make cythonize
script:
- tox -v
language: python