Skip to content

Commit 7bf3347

Browse files
committed
yet another try to fix travis ci
1 parent 4733feb commit 7bf3347

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ addons:
1616
- libpython2.7-dev
1717

1818
install:
19-
- sudo pip install -U spacy
20-
- sudo pip install -U --upgrade cryptography
21-
- sudo python -m spacy download en_core_web_sm
19+
- pip install -U spacy
20+
- pip install -U --upgrade cryptography
21+
- python -m spacy download en_core_web_sm
2222

2323
script:
2424
- mkdir -p build

0 commit comments

Comments
 (0)