add lang
This commit is contained in:
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
Reference in New Issue
Block a user