Skip to content
Snippets Groups Projects
Commit 15002dd2 authored by Paul Gierz's avatar Paul Gierz
Browse files

travis auto pypi

parent fe448236
No related branches found
No related tags found
No related merge requests found
# Config file for automatic testing at travis-ci.org
language: python
dist: xenial
python:
- "3.7"
- "3.6"
- "3.5"
- "2.7"
# Command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
- '3.7'
- '3.6'
- '3.5'
- '2.7'
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: pgierz
password:
secure: PLEASE_REPLACE_ME
secure: CDiWzFVarWI4huh56/PBOf2rGZZz+NvLFRP8JCRy0/hL8v0ag0O5YlNfwnMuo9hW33Yb5IGO0YiObKe55ZYY00u9oDSjkWDStJ2D2Z4QXb5ezS6Q7ULWmduDgCkhnpIw42McDiwNE2FWHSXdqrudoo4w1ZI7/eJlPhbzadOzDbzS+BgCoKh2/0Cv94KGXRklyDHWO7JymMiqr94zRIsRGIYDLhhN0fUbIxLr5shhN1FZsUVDTBdGLtW3Jt+pUTlzL68kJul1/Rz1EiPZGyzQY+dTOTWoP6ydvskXeilvGuYfzbiJu7WMzclYSz9WPHU2ct14EodKq4f0zqaYj2vnkL+hA6c40y1p3nWGnIIAd6GmooVclB0GdwuW3a0MA0iIr88pKkqvXQC9O/jiG2tKeoEjF1iTO6JCqPCxyc50gKPcDroaBk/LGcmcZsOnrrIrThNVVqjOpZBfQD5B7ogBGZorUmKIXhX9DHkYEJJ6uyGViPDV3ZYgGocBb3530YDPjhPC4VcJKWKGhz+S4y7h4hFAB3QPeHZV1H2JbygN7iJIF2hGKAQZKNf3Qn5tqg9r2JcbH32zgci+Dw3Q9YA1B01EkBfpB2dmxT2BDKETRDkbvkFe4fWJG/Cz4Kd/j2xNHPfrfbzSn3deUBOS5g8KZ8uqq/leJVBOdQ+wLDTl8RU=
on:
tags: true
repo: pgierz/gfw_creator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment