mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-17 22:17:54 +08:00
revert to the old travis
can't get cython working...
This commit is contained in:
19
.travis.yml
19
.travis.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user