minimap2/.travis.yml

10 lines
160 B
YAML

matrix:
include:
- language: c
compiler: gcc
script: make
- language: python
python: "2.7"
script: python setup.py build_ext