We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473a8c1 commit ad5a5d6Copy full SHA for ad5a5d6
.appveyor.yml
@@ -21,7 +21,7 @@ install:
21
- conda create -q -n test-env python=3.6 cython numpy matplotlib networkx pypandoc pytest
22
- activate test-env
23
- cinst pandoc
24
- - python setup.py install
+ - pip install .
25
- python -m spacy download en_core_web_md
26
27
build: off
.travis.yml
@@ -13,7 +13,7 @@ jobs:
13
include:
14
- env: TEST=unit
15
install:
16
17
- pip install pytest
18
- pip install -r requirements.visualize.txt
19
0 commit comments