-
Notifications
You must be signed in to change notification settings - Fork 11
/
.travis.yml
31 lines (28 loc) · 1.38 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
# Config file for automatic testing at travis-ci.org
# This file will be regenerated if you run travis_pypi_setup.py
language: python
python:
- 3.8
- 3.7
- 3.6
- 3.5
- 2.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
after_success:
- pip install -U python-coveralls
- coveralls
# After you create the Github repo and add it to Travis, run the
# travis_pypi_setup.py script to finish PyPI deployment setup
deploy:
provider: pypi
distributions: sdist bdist_wheel
user: loggi
password:
secure: fsjgQkiB1CFs2sG1+18Fsp0mh1imHnSC2d3NtTfOa+JBbOdP289fwycEETdOCdDn4mUdlEW1ktMRogAT2t/nl7e9kyFVLou2qcJqHmAaSGvK0U8RAzgjhkw5Ynl9x/X9YMh7J4ILTH93kUMYmqCy+y8p8lt+srRGnadCY986BfAfrdR/9uevsMJOjhYicQNDjVsIpATIXeW54cJ4iuN2f3L3rR16Gc2ltTzVGTH2qSJX8gEr28bhL9AVbVugmq+OuLCsGQblNyWqwMItg/eRs6l9UdDU9k+xYZyekQLiNkJuQCcWbM7Xoh5htBa8lV2tpb+t4ARgD8lgF2WTcgkxhCUltKO59mzkUdVmVojMW37SL1nZoLE7Bg8bVQWksBjrww72AdKqfEu+qU3HRUN69ZTOJtziYH73OB89l4PD2/4Ve3ySbkNNtJfG+vBlO9jMECSfjLpipLRBt0PVgCJTsyMT23doHZWxq2ut1RVY/ilNt5V/xLp/A6TdH7pC+/beIXdSXHEMHwo/YdPW//3IgBsJPv8zYiJqDO7LSnZKb9/x4EgS+mfMSrN5FwUmuyEH9/UqOOkUiByyPNucBvtxlgHuCPgs4P8etyhZIVmUznlpsdeNalcyDPb1mkJE6N6bWtvTcffT6+xfhKVAVFteQ2tlF5zoVBx1PJoVOyDq06o=
on:
tags: true
repo: loggi/python-choicesenum
python: 2.7