forked from kiudee/chess-tuning-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
27 lines (23 loc) · 1.33 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
# Config file for automatic testing at travis-ci.org
language: python
python:
- 3.8
- 3.7
# 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
user: "__token__"
password:
secure: "7d9ylBxzYHEQRmtVw34Ihsa6cLVvi7xNFtNgUQ1nRl9AQa0HwZmpIIdQV4Q8cc1CltvSzLnt2iQpfFpSyMzPldOnp3uFzZJpNzavC+N2tLsJ1uN/yMbIDwQlb5FIVMFe1WcnA/llimiPsldAFxjDr7HLKc2XIjQ2h/uG4Bt6ZmEtfieJDpSf0Pww8rwIAB+OyGyTmkqvm8M0MV3qaxZtA2yvqS/0LjgWoDrRnz1zmyqkbePyDGgoe/UMTE13GI0N0nboKn8YeoEolDLgt4OWOHO0NIGigyQV9AQf/BWU7kOWMAHrTAi8a3G2+MwsYMIXnCMm6Syld4pN+WAYb9431bP8lGdVhwmbMJPAD3QOVSMF0ULKgIHzHHr5cgrk8vzrfpgZ0QWvDi664+34wLi37pvMFkaLSWha5jHOVw1POb4U720/HgZ3prFRhDdUa34lojJRxgjAUKHGDpy9NeJhtAc8LpsQ87RGcMFPZjxZvgGNN1DzDuTBvObFFP8lXSOLniPC/hEqt/oiKYNpR5/UpProcARoBl/BkfcVAf/AJ1/EQMYKUONyaBgerBX0bfjgyECqF8TMfjd8f3aL7eL1ii2vq3beAwZYKYqeTRpttDXg76FerTg9T415yg14hW4HF+eM089F+9Zqtc/gqJPwdywGFDVkG4ID1WI5avDKfYE="
on:
tags: true
repo: kiudee/chess-tuning-tools
python: 3.8