Skip to content

Commit

Permalink
add cython to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
harmening committed Jan 20, 2019
1 parent e59bdab commit ee3397b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ install:
- pip install codecov

script:
- python cythonize_numerics.py build_ext --inplace
- python -m spacy download en
- coverage run -m pytest test.py
- coverage report -m
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
spacy
cython
numpy
matplotlib

0 comments on commit ee3397b

Please sign in to comment.