Add deploy configuration
This commit is contained in:
parent
2ad82c2858
commit
f089d42895
1 changed files with 9 additions and 0 deletions
|
|
@ -4,3 +4,12 @@ python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
install:
|
install:
|
||||||
- sudo python setup.py install
|
- sudo python setup.py install
|
||||||
|
script:
|
||||||
|
- true
|
||||||
|
#deploy:
|
||||||
|
# provider: pypi
|
||||||
|
# user: lukicdarkoo
|
||||||
|
# password:
|
||||||
|
# secure: ??????
|
||||||
|
# on:
|
||||||
|
# tags: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue