Add cython->c compilation command to .travis.yml

This commit is contained in:
Roman Mogilatov 2016-10-31 12:43:11 +02:00
parent b413826299
commit 02b993ec54

View File

@ -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: