Skip to content

Commit 7231b96

Browse files
committed
Update .travis configuration
1 parent 4d5b8ed commit 7231b96

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.travis.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
language: python
22
python:
3-
- "3.5"
4-
- "3.6"
5-
- "3.7"
6-
- "3.8"
3+
- '3.5'
4+
- '3.6'
5+
- '3.7'
6+
- '3.8'
77
install:
8-
- pip install --upgrade pip setuptools
9-
- pip install --upgrade pytest pytest-cov coveralls
10-
- pip install -e .
8+
- pip install --upgrade pip setuptools
9+
- pip install --upgrade pytest pytest-cov coveralls
10+
- pip install -e .
1111
script:
12-
- python setup.py test -a -v -a --cov=pyecoregen
12+
- python setup.py test -a -v -a --cov=pyecoregen
1313
after_success:
14-
- coveralls
14+
- coveralls
1515
deploy:
1616
provider: pypi
17-
user: $PYPI_USER
18-
password: $PYPI_PASSWORD
19-
distributions: "sdist bdist_wheel"
17+
user: __token__
18+
password:
19+
secure: L2BM2OL1R8PRHsLeyH4jcQe6FLeWeTqgeWcQEMft2SRSXxs3RuyemmqUBUpK5Rlt9qjQJTf3MDX5oCMksJhZTh139FA2FaHbWHEIwk1Wd1VmZuubR4kKe/OKdQExzv92S+XCJmrWr0bpg9W2Jg6rhm1K8AwYrhHHrL90lHNXrwTFlhH+2fgm8/CmeUgABNSWQnG2jZhCdWBKN49r3OGNRn7FgKF5LMuglb7Y5skR/fE2RnmSYnJVzX5k7cQMf5yfnNoIgQbwhIRaQGWHH4KhM0Qjj/LVejhmQ4R8zzZQemXkyZOgGtCbJcKtKHiq31kTnLtAvK8k4GvVp5SlGgY2nDm3t8rg2DWBIYMQpawSCn7NuAfu72ABE8lRFsvh4ArubK1YybCD9oD0sAPRyCXFz4op3L5ml8VM8NGgCFfZbcxAzkE/yScDz+NEeCDDIcQqQcc7a0KA/YsDQRAeZl7AxE6u5Y9dCj4Q7d00P6dlcbpWoIkvKidaOBvHgjN8IW8eM+g8p3TGXrFZqAEiezqgcm8+Ld5Y+4q8Swx7fNbbkTciVACx2ZkZ0rXUsBwYpNF3eAgidsPbJXZRNzkrkHJfm4WqRUYCUVIoP4zkVTdOZz6bJf2CB5/oWXV6MW/Tw7TlXjCY+cAoVTdI2PlxfBp0kvIuxm3ZnLsNG1J7cfBukGY=
20+
distributions: sdist bdist_wheel
2021
on:
2122
tags: true
2223
python: 3.8

0 commit comments

Comments
 (0)