Try not requiring sudo

This commit is contained in:
Matthew Honnibal 2016-10-13 20:54:46 +02:00
parent 90b27b27fb
commit a0af3b108d
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,6 @@
language: python
sudo: required
sudo: false
dist: trusty
group: edge
@ -19,8 +19,6 @@ install:
- "./travis.sh"
script:
- echo $VIA
- echo $TRAVIS_PULL_REQUEST
- "pip install pytest"
- if [[ "${VIA}" == "compile" ]]; then SPACY_DATA=models/en python -m pytest spacy; fi
- if [[ "${TRAVIS_PULL_REQUEST}" == "false" && "${VIA}" == "pip" ]]; then python -m pytest spacy; fi