forked from phenoapt/phenoapt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
28 lines (24 loc) · 1.32 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
# Config file for automatic testing at travis-ci.com
language: python
python:
- 3.8
- 3.7
- 3.6
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -U tox-travis
# Command to run tests, e.g. python setup.py test
script: tox
# 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
username: __token__
password:
secure: CfQDn4AKBi0LG25hUPBLl8rMhwQzrI2EVCUOUPikUpok9pMtSKHKT4OqYQLmNm2A1Gbmxa+egdTwBfWMhjbH9fNRZrfAXTkhlrSFhL2fhZJYNOHxtu2NSEFPC4CeZdvKaZQqfTS4JcIFQRWbMbx+0MNa10AIcEwV/HIy3QdkVkGx3aYY7ER04B9N/pQ9+z3A3C5YZtSH46Csk+1PVW4ZL7ep9U7X3IaYQQdBR9Bsb9VzUAIsGNZODCXrFmTEgPr6yJZhQeFmoEtnFsVTAab8CSv8uTw8nOwC4x8H/tCcElnmZDAgbGOzeg8XMQt9BIWEcGjzV3YIYZ6I7W1Ymrs19fETqW5h72tj+QfL35ESb2WBXP+rdR4T1RA+AIm88dLSAe0wIyF3zrF8HAN9eA+PjAl2j4+99tUU7r3UyNu5kscOaXLJ9G+hDmzVFZCE2A4vcbw49jwYVCIJTu2AIKgNZW3xWdrEcYnpIljf2b21s4Ce1K6qX539q2Dzjc+JHgmDGHqrTfVxAfbmOoLSkNZi7COOpmpMmtl73WJp7GHtWAgVeRkrX7DyiUM9YzYgMr+n6kYEgeg9L4+Nej7HE33W1OmRse4KQFRHPJwJ5BmtGZAEJf+rhFKUvgyKmPOpvclmvgMQgLDeWlRfzePXlDhPMjup9cvxHLEE04OF5tNsUjw=
on:
tags: true
repo: phenoapt/phenoapt
python: 3.6