diff --git a/.travis.yml b/.travis.yml index e3ce53024..7b6c4ffdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,11 @@ python: os: - linux install: - - "pip install -r requirements.txt" - - "python setup.py build_ext --inplace" - - "pip install -e ." + - "python -m pip install -U pip setuptools" + - "pip install -e . --prefer-binary" script: - "cat /proc/cpuinfo | grep flags | head -n 1" + - "pip install -r requirements.txt" - "python -m pytest --tb=native spacy" branches: except: