minimap2/.travis.yml

10 lines
160 B
YAML
Raw Normal View History

2017-09-17 12:28:34 +08:00
matrix:
include:
- language: c
2017-09-17 12:31:15 +08:00
compiler: gcc
2017-09-17 12:28:34 +08:00
script: make
- language: python
2017-09-17 12:31:15 +08:00
python: "2.7"
2017-09-17 12:28:34 +08:00
script: python setup.py build_ext