Add deploy configuration

This commit is contained in:
Darko Lukic 2018-04-22 18:56:48 +02:00
parent 2ad82c2858
commit f089d42895

View file

@ -4,3 +4,12 @@ python:
- "3.6"
install:
- sudo python setup.py install
script:
- true
#deploy:
# provider: pypi
# user: lukicdarkoo
# password:
# secure: ??????
# on:
# tags: true