Commit 8c072be0 authored by Jason Madden's avatar Jason Madden

We were double-installing cython. try to fix that.

parent fa4b08ea
......@@ -13,6 +13,7 @@ install:
# makes the overall build much faster.
- travis_retry pip install --install-option='--no-cython-compile' cython
script:
- tox
# Try to use the site packages of cython we just installed
- tox --sitepackages
notifications:
email: false
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment