Remove cythonization from travis building process

This commit is contained in:
Roman Mogilatov 2017-03-29 00:20:13 +03:00
parent ef40c2a543
commit 0373756eba

View File

@ -1,8 +1,6 @@
sudo: false sudo: false
install: install:
- pip install tox - pip install tox
- pip install cython
- make cythonize
script: script:
- tox - tox
language: language: