mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-19 02:28:01 +08:00
travis for python (test)
This commit is contained in:
18
.travis.yml
18
.travis.yml
@@ -1,5 +1,13 @@
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: make
|
||||
matrix:
|
||||
include:
|
||||
- language: c
|
||||
compiler:
|
||||
- gcc
|
||||
- clange
|
||||
script: make
|
||||
|
||||
- language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.5
|
||||
script: python setup.py build_ext
|
||||
|
||||
Reference in New Issue
Block a user