-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.travis.yml
19 lines (19 loc) · 1.01 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file was autogenerated and will overwrite each time you run travis_pypi_setup.py
deploy:
true:
python: 2.7
repo: nwukie/noisyduck
tags: true
distributions: sdist bdist_wheel
password:
secure: NnyVPIYuSg9dmMV+kXupKZh5lSTyQ5b39agybgZ+uxNgFa1GI9kBHP0kwAdP3HG6JKjzXC5yzL9imKsnH5MiuJUl7trae2bQFfzeB/mgbIbMe7o9biaWNHWp6CMMRKQXvCMrSfeQFG5tuMzDLY8NESUiR4AXNGT0MCRj7IK3lT7vKU97zH2wszVAyysp0URz9WdMAxmdAjjSjADQdEeGOa1nkDU2QyNkLd7Th5athNrkR7xEwlwVz0SiD0nymOY9HOtgN2zfYiMYAW1TnRIycKs3drkuxjUeQLMQ3CtJEUmT7ngmrMNEIwAecNfRuYC3KE41MJntBrZ3+C4wgZo+BiwxITvFTC600UoMztBQYsjGtyKKj0eEa1rF7rJ5Ckcs8Wdn3k3hDZ6XuJDGP4X6uV1v+xZCoGICwZDH0r3FdUVZHDs/Nqe5XStKPHEBFJpfm+TLSB9L4CsGA99aahv/M+8bZNnksnA2a3WieaZlKpW22UV7R1ZBw7+Mz4Tzfuiaqo3RWAcfAaAjiMLgj0QmSD5UscMb+46ZKKfeH6PsHqSNHVozhilI0g9RFN5wv+FFrvUNO+zxMB3cdj/sJjIO7xIHNn01a5cUf1OjKNtobxUTWGJj5u7jF43HY13+t6FPE8xb4zvo3iU0FOYhzJZa7vbmA5Kb8ju9Tebw238g6yU=
provider: pypi
user: nwukie
install: pip install -U tox-travis
language: python
python:
- 3.6
- 3.5
- 3.4
- 2.7
script: tox