try python build again

This commit is contained in:
Heng Li 2017-09-17 00:46:39 -04:00
parent c0779f0359
commit e9e86f5a48
2 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,12 @@
language: c matrix:
compiler: include:
- gcc - language: c
- clang compiler: gcc
script: make script: make
- language: c
compiler: clang
script: make
- language: python
python: "2.7"
before_install: pip install cython
script: python setup.py build_ext

View File

@ -1,4 +1,3 @@
CC= gcc
CFLAGS= -g -Wall -O2 -Wc++-compat CFLAGS= -g -Wall -O2 -Wc++-compat
CPPFLAGS= -DHAVE_KALLOC CPPFLAGS= -DHAVE_KALLOC
INCLUDES= INCLUDES=