mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-07 05:14:01 +02:00
+ draft .travis.yml to deploy to pypi.org (not working yet)
This commit is contained in:
parent
a741194deb
commit
44de52ea2b
10
.travis.yml
10
.travis.yml
|
@ -1,10 +1,16 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.4.2"
|
||||
- "3.4"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "nightly"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements-build.txt -r requirements-runtime.txt
|
||||
script:
|
||||
- python -m unittest discover -s tests
|
||||
deploy:
|
||||
provider: pypi
|
||||
username: ...
|
||||
password: ...
|
||||
on:
|
||||
tags: true
|
||||
|
|
Loading…
Reference in a new issue