Commit 99bccc0e authored by Jason Madden's avatar Jason Madden

Apparently we need cython sooner in Travis.

parent bbaf6147
...@@ -9,6 +9,7 @@ env: ...@@ -9,6 +9,7 @@ env:
- TOXENV=travis-lint - TOXENV=travis-lint
install: install:
- travis_retry pip install tox - travis_retry pip install tox
- travis_retry pip install cython
script: script:
- tox - tox
notifications: notifications:
......
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