diff --git a/.travis.yml b/.travis.yml index 7128cf827..55c080d1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ group: edge python: - "2.7" - - "3.5" + - "3.6" os: - linux @@ -22,9 +22,9 @@ install: script: - "pip install pytest" - - if [[ "${VIA}" == "compile" ]]; then python -m py.test spacy; fi - - if [[ "${VIA}" == "pypi" ]]; then python -m py.test `python -c "import os.path; import spacy; print(os.path.abspath(ospath.dirname(spacy.__file__)))"`; fi - - if [[ "${VIA}" == "sdist" ]]; then python -m py.test `python -c "import os.path; import spacy; print(os.path.abspath(os.path.dirname(spacy.__file__)))"`; fi + - if [[ "${VIA}" == "compile" ]]; then python -m pytest spacy; fi + - if [[ "${VIA}" == "pypi" ]]; then python -m pytest `python -c "import os.path; import spacy; print(os.path.abspath(ospath.dirname(spacy.__file__)))"`; fi + - if [[ "${VIA}" == "sdist" ]]; then python -m pytest `python -c "import os.path; import spacy; print(os.path.abspath(os.path.dirname(spacy.__file__)))"`; fi notifications: slack: