diff --git a/.travis.yml b/.travis.yml index 5ea20f47f..ae8467f96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,16 @@ python: # install dependencies install: - "pip install --upgrade setuptools" - - "rm -rf spacy/" - - "pip install spacy" + - "pip install -r requirements.txt" + - "pip install fabric fabtools" + - "export PYTHONPATH=`pwd`" + - "fab make" - "python -m spacy.en.download all" + - "py.test tests/" + +#- "rm -rf spacy/" +#- "pip install spacy" +#- "python -m spacy.en.download all" # run tests script: - py.test tests/