-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
46 lines (38 loc) · 1.06 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
sudo: required
language: python
python:
- '3.6'
before_install:
- sudo rm -f /etc/boto.cfg
install:
- python setup.py install
before_script:
- pip install --upgrade pip
- pip install codecov
- pip install coveralls
- pip install greek-accentuation # for the phonetic transcriber
- pip install fuzzywuzzy
- pip install python-Levenshtein
- pip install gensim # for word2vec.py
- pip install Sphinx
- pip install numpy
- pip install scipy
- pip install scikit-learn
script:
# Notes on nose:
# Travis CI pre-installs `nose`
# https://github.com/coagulant/coveralls-python#nosetests
# http://nose.readthedocs.org/en/latest/plugins/skip.html
- nosetests --no-skip --with-coverage --cover-package=cltk --with-doctest
- ( cd docs && make doctest; )
after_success:
- codecov
deploy:
provider: pypi
user: kyle_johnson
edge:
branch: v1.8.45
on:
branch: master
password:
secure: E67ydyMC4HHeJoT8iMwGosS5cd3I1Fd0+FCEmJLsqHWJQ5/ARpPQHh9YSTelWKJg11OQHeIy+4/ny4QR+uPNZ1Ina0iQzdVoqOzPRHyvcahUz4a0t0l27bYwBXVugtZ4BQP7VlH9l5Mt/R9CFp0oV4lPW22s19BJsso+FKCzeoA=