Files
minimap2/.travis.yml
T
2017-09-17 00:31:15 -04:00

10 lines
160 B
YAML

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