Skip to content

Commit

Permalink
FIX: travic-ci install cython
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Apr 22, 2017
1 parent f0a0b20 commit 19430dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ notifications:
branches:
only:
- master
- release
- develop
2 changes: 2 additions & 0 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ else
pip install virtualenv
fi

# Cython required for setup.py
pip install cython
pip install tox

0 comments on commit 19430dd

Please sign in to comment.