Skip to content

Commit 0f23cab

Browse files
committed
Update .travis.yml
1 parent c643284 commit 0f23cab

File tree

1 file changed

+11
-30
lines changed

1 file changed

+11
-30
lines changed

.travis.yml

Lines changed: 11 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,22 @@
1-
# Config file for automatic testing at travis-ci.org
2-
# This file will be regenerated if you run travis_pypi_setup.py
3-
41
language: python
52
python:
6-
- "3.6"
7-
8-
# workaround to make boto work on travis
9-
# from https://github.com/travis-ci/travis-ci/issues/7940
3+
- '3.6'
104
before_install:
11-
- sudo rm -f /etc/boto.cfg
12-
13-
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
5+
- sudo rm -f /etc/boto.cfg
146
install:
15-
- pip install -U numpy
16-
- pip install -r requirements.txt
17-
- pip install .[artagger,icu,ipa,ner,thai2fit,deepcut]
18-
- pip install coveralls
19-
7+
- pip install -U numpy
8+
- pip install -r requirements.txt
9+
- pip install .[artagger,icu,ipa,ner,thai2fit,deepcut]
10+
- pip install coveralls
2011
os:
21-
- linux
22-
23-
# command to run tests, e.g. python setup.py test
24-
script:
25-
coverage run --source=pythainlp setup.py test
26-
27-
after_success:
28-
coveralls
29-
30-
# After you create the Github repo and add it to Travis, run the
31-
# travis_pypi_setup.py script to finish PyPI deployment setup
12+
- linux
13+
script: coverage run --source=pythainlp setup.py test
14+
after_success: coveralls
3215
deploy:
3316
provider: pypi
3417
distributions: sdist bdist_wheel
3518
user: wannaphong
3619
password:
37-
secure: PLEASE_REPLACE_ME
20+
secure: Tj3VA05qopp0mkzWu6EFTlvijAoisd0BN/gD2c/vaaDCUy6fTXBkYk+dTkjbmYkEBl/WrsrW1T/QxCt2uc6bv7QTz+qL243Edv4FFQbBKvMSNlUO+hh1jI9zv3/QzwOaNHXOsI4JGeUaN5cULfxBjsBEFN+v6E0mkgBwJ0Qdb0/yuMybLWZ9dJI8iUKiaWNIr+NQoa9a+Sxw6Ltl/mdCKPppgOYPpVMCsDDdLqZdjkgXmzsjH9+Nfe6R+mYbdmeigy3ePNsIKbPkzZrY+E/I0lPZOVUgrs6gvZwlD3gESJgTROrUH6E2lBP9yYvFUE3KB0O+rdT5GyFq3MH1uD2ocrPCTQku6577wK31FzGoex6vtT4y2b39fLbhRmZDOJW8IFO7MLybazuRsNhaXn9hQU4HBRM2GQZc41bLkiEhsUX9/b2ujcn4PJKDZy91LnBw/93bgZJ7KweDzKywmcZSNeuBsGWgXdPqYiizzcf8DdvJAYytydhf8RxqdemTiS7GE7XBoXhj1/9Vfrt3lZXZbfYpTjNZeyxu7FrUJpm/I23wCw46qaRWzKXv2sRRUleNqQ1jIKEVupIa9sruHvG7DZecErhO9rMkGdsf4CIjolZ0A2BE+eAPEEY6/H1WFUWHxzxuELbUJwxnl1By677hBkLJaVs1YMGc2enGWzOnUYI=
3821
on:
39-
tags: true
40-
repo: wannaphongcom/pythainlp
41-
#condition: $TOXENV == py35
22+
tags: true

0 commit comments

Comments
 (0)