try python build again
This commit is contained in:
parent
c0779f0359
commit
e9e86f5a48
17
.travis.yml
17
.travis.yml
|
|
@ -1,5 +1,12 @@
|
||||||
language: c
|
matrix:
|
||||||
compiler:
|
include:
|
||||||
- gcc
|
- language: c
|
||||||
- clang
|
compiler: gcc
|
||||||
script: make
|
script: make
|
||||||
|
- language: c
|
||||||
|
compiler: clang
|
||||||
|
script: make
|
||||||
|
- language: python
|
||||||
|
python: "2.7"
|
||||||
|
before_install: pip install cython
|
||||||
|
script: python setup.py build_ext
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue