add lang
This commit is contained in:
parent
8a1e56f351
commit
6e33bc8b1c
10
.travis.yml
10
.travis.yml
@ -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
0
requirements.txt
Normal file
Loading…
x
Reference in New Issue
Block a user