Skip to content

Commit

Permalink
Recompile extensions using latest version of Cython (#352)
Browse files Browse the repository at this point in the history
All extensions were recompiled with the latest version of Cython for this update. Now compatible with Python 3.7. Tried adding 3.7 to the Travis CI build, but it doesn't yet seem stable enough. Closes #282.
  • Loading branch information
standage committed Feb 7, 2019
1 parent d666d4b commit 419d2b1
Show file tree
Hide file tree
Showing 5 changed files with 3,597 additions and 2,399 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
dist: trusty
language: python
addons:
apt:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ style:
pycodestyle --exclude=kevlar/sandbox/*.py kevlar/*.py kevlar/*/*.py kevlar/*/*/*.py

## ext: build C extensions
ext: kevlar/alignment.c src/align.c inc/align.h
ext: kevlar/alignment.pyx kevlar/sequence.pyx kevlar/assembly.pyx src/align.c inc/align.h
python setup.py build_ext --inplace

## test: execute the automated test suite
Expand Down

0 comments on commit 419d2b1

Please sign in to comment.