-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
33 lines (28 loc) · 1.37 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
# Config file for automatic testing at travis-ci.org
language: python
python:
- 3.8
- 3.7
- 3.6
- 3.5
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install -U tox-travis coveralls
# Command to run tests, e.g. python setup.py test
script: tox
after_success:
- coveralls
# Assuming you have installed the travis-ci CLI tool, after you
# create the Github repo and add it to Travis, run the
# following command to finish PyPI deployment setup:
# $ travis encrypt --add deploy.password
deploy:
provider: pypi
distributions: sdist bdist_wheel
user: bunop
password:
secure: jbpCurS3l47Y546Dil0CRsI6WXBXpvs2FawHn8XuXFYx1kMBjUpTAMlILhHEdsbOf73/L5RViQP7yooUQuDWsZYB65H+arv0jbdIVQgeUvMRe4vBDwai+AbBv7l6/5S7XXWVAikIJxzs0nzxpMU50/yksVsRpJDf+bEl74VmRKkg3VBvJLMOiFsTB0XLuWJbd2qls5KxIGE3I6spKGc784Wfg1AVJxSjrTu41HlG47H5qIya0S+91h9N4cpnsiRdk8F6RVbf+ydIU1oREngyT+wq3b7BB9nzkAvjrP3Cysl6agySG7AMHyIpM1FWmr8gf1/ai9nhncbIEA+10Mx4958/4T0kdgpCV5/GIWBkk+FIbxHph5NAeMuB5pQeeADO2a3tGhFh/4xjKYbt1DyUF/Q0yMJ9d0MebM+HLMw1p2tVBjDNTH5BPwLL8NSPvkJMrLvkqhaw+XZnCHfiFXoQwI6672IoNY4OwUZbLD35O/kvWGrokN3ITy7xVD55bjxoBL/F4aXr2QQRkJNRZVFv7RcxA54lsv2KmtZucT3jFVVsfFNvFC2Skm9uUNucAmHXssf4Fo0Yn4LeL4Duegx0gks0xi1MobHTbiz2Eshg1efoO3yrF4jZZGLAWLPE77/4mEtUsVrqpKeh6ZJ2sPQdHBmzEHj/l+j9KNLthAj6N3M=
on:
tags: true
repo: cnr-ibba/pyUSIrest
python: 3.8