Skip to content

Commit

Permalink
fix cython version to specific commit (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Jul 18, 2018
1 parent 6e00d66 commit 1ee849e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ install:
#remove if we can get normal cython through conda
- git clone https://github.com/cython/cython
- cd cython
- git checkout c485b1b77264c3c75d090a3c526de24966830d42
- CFLAGS="$CFLAGS -D CYTHON_CLINE_IN_TRACEBACK=0" python setup.py install
- cd ..

Expand Down
1 change: 0 additions & 1 deletion tardis_env27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,3 @@ dependencies:
- pytest-html==1.10.0
- dokuwiki
- dot2tex
- plex

0 comments on commit 1ee849e

Please sign in to comment.