Skip to content

Commit 6609a32

Browse files
committed
Add cython->c compilation command to .travis.yml
1 parent b413826 commit 6609a32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
sudo: false
22
language: python
33
install: pip install tox
4-
script: tox
4+
script:
5+
- make compile
6+
- tox
57
python:
68
- 3.5
79
env:

0 commit comments

Comments
 (0)