install cython with travis
This commit is contained in:
parent
2c7007a11b
commit
875ea06302
|
|
@ -4,6 +4,11 @@ matrix:
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
script: make
|
script: make
|
||||||
|
|
||||||
|
- language: c
|
||||||
|
compiler: clang
|
||||||
|
script: make
|
||||||
|
|
||||||
- language: python
|
- language: python
|
||||||
python: "2.7"
|
python: "2.7"
|
||||||
|
before_install: sudo apt-get install cython
|
||||||
script: python setup.py build_ext
|
script: python setup.py build_ext
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue