We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7b132 commit 03085a8Copy full SHA for 03085a8
.travis.yml
@@ -4,6 +4,7 @@ python:
4
- "3.7"
5
before_install:
6
- "pip install -U pip"
7
+ - "python setup.py install"
8
9
script:
10
- pytest
requirements.txt
@@ -6,5 +6,4 @@ seaborn
scikit-learn
numpy
spacy
-en_core_web_sm
en
setup.py
@@ -25,7 +25,6 @@
25
'jupyter',
26
'scikit-learn',
27
'spacy',
28
- 'en_core_web_sm',
29
'en'
30
],
31
classifiers=[
0 commit comments