spaCy/.travis.yml

25 lines
607 B
YAML
Raw Normal View History

2015-01-02 17:58:31 +03:00
language: python
2016-10-13 21:54:46 +03:00
sudo: false
2019-02-24 14:07:33 +03:00
cache: pip
2016-09-23 15:17:46 +03:00
dist: trusty
2015-12-13 21:54:16 +03:00
group: edge
2015-12-13 21:34:51 +03:00
python:
- "2.7"
os:
- linux
2015-01-02 17:58:31 +03:00
install:
- "pip install -r requirements.txt"
- "python setup.py build_ext --inplace"
- "pip install -e ."
2015-12-18 19:47:06 +03:00
script:
- "cat /proc/cpuinfo | grep flags | head -n 1"
2017-04-07 18:06:18 +03:00
- "pip install pytest pytest-timeout"
2019-03-09 16:36:52 +03:00
- "python -m pytest --tb=native spacy"
2019-02-24 14:07:33 +03:00
branches:
except:
- spacy.io
2016-10-16 02:51:24 +03:00
notifications:
slack:
secure: F8GvqnweSdzImuLL64TpfG0i5rYl89liyr9tmFVsHl4c0DNiDuGhZivUz0M1broS8svE3OPOllLfQbACG/4KxD890qfF9MoHzvRDlp7U+RtwMV/YAkYn8MGWjPIbRbX0HpGdY7O2Rc9Qy4Kk0T8ZgiqXYIqAz2Eva9/9BlSmsJQ=
email: false