travis for python (test)

This commit is contained in:
Heng Li 2017-09-17 00:28:34 -04:00
parent dba8b50ee9
commit fc87b767ba
1 changed files with 13 additions and 5 deletions

View File

@ -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