1
0
Fork 0

Added .travis.yml file

This commit is contained in:
Joao Gilberto Magalhães 2020-06-05 09:11:51 -05:00
parent cf85ec15e6
commit 869fdead3d

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
language: python
python:
- "3.7"
install:
- pip install -r requirements.txt
script:
- pytest -s tests/