Skip to content

Commit

Permalink
last try for this damn model
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed May 5, 2020
1 parent bf55a79 commit 216e2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: python
python:
- "3.7"
- "pypy3"
# command to install dependencies
install:
- pip install tensorflow spacy
- pip install git+https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.0/en_core_web_sm-2.2.0.tar.gz
- python -m spacy download en_core_web_sm
- git clone https://github.com/interrogator/buzz && cd buzz && python setup.py install && cd ..
- python setup.py install
# command to run tests
Expand Down

0 comments on commit 216e2b2

Please sign in to comment.