This commit is contained in:
George K 2018-02-16 20:26:25 +03:00
parent 8a1e56f351
commit 6e33bc8b1c
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev" # 3.6 development branch
- "3.7-dev" # 3.7 development branch
# command to install dependencies
install:
- pip install -r requirements.txt
deploy:
provider: pypi
user:

0
requirements.txt Normal file
View File