minimap2/.travis.yml

13 lines
259 B
YAML
Raw Normal View History

2017-09-17 12:46:39 +08:00
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