Add travis config
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.6" # current default Python on Travis CI
|
||||||
|
- "3.7"
|
||||||
|
# command to install dependencies
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
Reference in New Issue
Block a user