We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4733feb commit 7bf3347Copy full SHA for 7bf3347
1 file changed
.travis.yml
@@ -16,9 +16,9 @@ addons:
16
- libpython2.7-dev
17
18
install:
19
- - sudo pip install -U spacy
20
- - sudo pip install -U --upgrade cryptography
21
- - sudo python -m spacy download en_core_web_sm
+ - pip install -U spacy
+ - pip install -U --upgrade cryptography
+ - python -m spacy download en_core_web_sm
22
23
script:
24
- mkdir -p build
0 commit comments