Skip to content

Commit

Permalink
Install Cython on CI
Browse files Browse the repository at this point in the history
Needed to build PyYAML from source as it appears the Cython generated C
code in the sdist is out-of-date w.r.t. Python 3.7. So having Cython
present should allow the C code to be regenerated from Cython as needed.
  • Loading branch information
jakirkham committed Apr 1, 2018
1 parent e477cac commit 641cd41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ before_install:
- export DRMAA_LIBRARY_PATH=/usr/lib/libdrmaa.so.1.0
- pip install --upgrade pip
install:
- pip install cython
- pip install python-coveralls
- pip install nose-cov
- python setup.py install
Expand Down

0 comments on commit 641cd41

Please sign in to comment.