Skip to content

Commit e57bc60

Browse files
committed
fix travis
1 parent 7bf3347 commit e57bc60

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-
- pip install -U spacy
20-
- pip install -U --upgrade cryptography
21-
- python -m spacy download en_core_web_sm
19+
- sudo pip install -U spacy
20+
- sudo pip install -U --upgrade cryptography
21+
- sudo python -m spacy download en_core_web_sm
2222

2323
script:
2424
- mkdir -p build

0 commit comments

Comments
 (0)