Added .travis.yml file
This commit is contained in:
parent
cf85ec15e6
commit
869fdead3d
1 changed files with 9 additions and 0 deletions
9
.travis.yml
Normal file
9
.travis.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.7"
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script:
|
||||
- pytest -s tests/
|
||||
Loading…
Add table
Add a link
Reference in a new issue