-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
29 lines (25 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
28
29
# Config file for automatic testing at travis-ci.com
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
# 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: serge-m
password:
secure: eLOuKF8DcT3+ZoNl+90Oum4+OHF3KSLli21tXzTGn/LFHXJdHO+5tWK09DVAsP3b49ppd5ni0WW2uZlRwAwyS02FCepCRskdpkwyHEFBB3oMcayv1GSGf3O1Ub9Fztu/t9s3AuFMC+up5m/qp6jeAZtBXECyinPM++NQa+QJQ+LZwi/TKdaxzfq2p+4QJEr6P+xnzBnn1GfRaKldg1+ItzYX/3GCxEof3Vob6oUmhvOLCDlutoRW/ZjecxVbNO+W+6DJAjGOhcDYMzZ310BaKiShgFdEaJbdY2qDpU8MY/Q7a899TodkNLzEixs2FwV6EITjXUjvjFLvTsUIR09ZIY4fPsN60CrBqd4ZBQIrNfrOHlSqegOveeC8lT3k37tPLlWmyZzWi4ybVgcLP55xupLHZD5euMX2PsvmfmrxeFbJQjkUpLgoW3Ja19O0XuxR9+UINW6CYRPcNBnirVrqCyV9KGBCYBxZrMdXEQYKXZfkb8Df5lvJR6TteKFhz9N24VLweymQOBu7UqlFft+IQ6FuQN4gtw0eO0TyMbBZdeE+OxkyATKB/rdioeDtjOSdKefcD9B/Tuz/GMuyeMJw5qXbvNiStIWb6byS9WUGu2I7AGJyEkBPwf3NOJLHjQrNKt1Aod5VqmA7hGwrxhPgAt9q7729eeqv7/gcqlSuLwE=
on:
tags: true
repo: serge-m/ml-dataset-tools
python: 3.8