Skip to content

Commit

Permalink
try python build again
Browse files Browse the repository at this point in the history
  • Loading branch information
lh3 committed Sep 17, 2017
1 parent c0779f0 commit e9e86f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
17 changes: 12 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
language: c
compiler:
- gcc
- clang
script: make
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
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CC= gcc
CFLAGS= -g -Wall -O2 -Wc++-compat
CPPFLAGS= -DHAVE_KALLOC
INCLUDES=
Expand Down

0 comments on commit e9e86f5

Please sign in to comment.