mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-15 13:07:55 +08:00
try python build again
This commit is contained in:
17
.travis.yml
17
.travis.yml
@@ -1,5 +1,12 @@
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: make
|
||||
matrix:
|
||||
include:
|
||||
- language: c
|
||||
compiler: gcc
|
||||
script: make
|
||||
- language: c
|
||||
compiler: clang
|
||||
script: make
|
||||
- language: python
|
||||
python: "2.7"
|
||||
before_install: pip install cython
|
||||
script: python setup.py build_ext
|
||||
|
||||
Reference in New Issue
Block a user