Skip to content

Commit 294a65e

Browse files
committed
Update .travis.yml
1 parent 2ece0a4 commit 294a65e

File tree

1 file changed

+11
-29
lines changed

1 file changed

+11
-29
lines changed

.travis.yml

Lines changed: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,24 @@
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
dist: bionic
63
python:
7-
- "3.6"
8-
9-
# workaround to make boto work on travis
10-
# from https://github.com/travis-ci/travis-ci/issues/7940
4+
- '3.6'
115
before_install:
12-
- sudo rm -f /etc/boto.cfg
13-
14-
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
6+
- sudo rm -f /etc/boto.cfg
157
install:
16-
- pip install -U numpy
17-
- pip install -q -r requirements.txt
18-
- pip install -q .[full]
19-
- pip install coveralls
20-
8+
- pip install -U numpy
9+
- pip install -q -r requirements.txt
10+
- pip install -q .[full]
11+
- pip install coveralls
2112
os:
22-
- linux
23-
24-
# command to run tests, e.g. python setup.py test
25-
script:
26-
coverage run --source=pythainlp setup.py test
27-
28-
after_success:
29-
coveralls
30-
31-
# After you create the Github repo and add it to Travis, run the
32-
# travis_pypi_setup.py script to finish PyPI deployment setup
13+
- linux
14+
script: coverage run --source=pythainlp setup.py test
15+
after_success: coveralls
3316
deploy:
3417
provider: pypi
3518
distributions: sdist bdist_wheel
3619
user: wannaphong
3720
password:
38-
secure: "Your encrypted password"
21+
secure: zX35+8niw5W9H8XbFwacrDAhqyIibdUdC/cARnHlmxLN/2H9IynK0NW04UZwkBlrwrIZrU/g+cqYXFQXu6jE1ozlBKBxUd3xG8d1kixuntI0j9e+erPTs8Ju/KazUZtlknJPvnDMP+/1Dq+RMnMCP3RRlBrH6lvG70OgZ1aBpgx8FxRfs0xHfBIZvo5CVtR/QlDzhDJM1cgEyWkSgnlAhPxpv8qIQbh4/Rw89jXIZqv0bGCVJorrrcTA1oCzkr/4E4u/WZaARnvPjUr2a9U1w7C2IysDHiBfqQWlovdMmpoSLFE56YlG3smbmXfldWjmiMRQoWL+Ifu+smisvOLmR0ja78UMrrhHWP4mdzIeBVVRnT6eHUv0ChmLT2uCkOLE0newhtEJIYToot2TSoLFavXXIQB1fIHt6e74KRTV6WGnm0nFfHuGP+b5SgSPQFgqx8tBpn0rBOeqZ1y3pRISc/drF0F4reWMnlqoQfZZFmLmU1UmDZbvWNvXPu6MWyyuZ1F6fE9jyb3mG+kDuJf1PZ4ejC/sdIvpLlwUGLFGzRMa2TtxXqGq5CWsywPxo8Sx+bpMPCOImuW60PB9K/xKgfLhAtb7gZwndzUGqDbtSJCd5PmTkfEH8fawv/XnydvsssYUpipBCmFDZlNREyAkgOcLlL099Y5fAO8l2gOLyKs=
3922
on:
4023
tags: true
41-
repo: pythainlp/pythainlp
42-
#condition: $TOXENV == py35
24+
repo: pythainlp/pythainlp

0 commit comments

Comments
 (0)