install cython with travis

This commit is contained in:
Heng Li
2017-09-17 00:37:09 -04:00
parent 2c7007a11b
commit 875ea06302
+5
View File
@@ -4,6 +4,11 @@ matrix:
compiler: gcc
script: make
- language: c
compiler: clang
script: make
- language: python
python: "2.7"
before_install: sudo apt-get install cython
script: python setup.py build_ext