revert to the old travis

can't get cython working...
This commit is contained in:
Heng Li 2017-09-17 00:40:18 -04:00
parent 875ea06302
commit c0779f0359
1 changed files with 5 additions and 14 deletions

View File

@ -1,14 +1,5 @@
matrix:
include:
- language: c
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
language: c
compiler:
- gcc
- clang
script: make