Create .travis.yml
This commit is contained in:
parent
f73c046489
commit
94af8ee586
1 changed files with 5 additions and 0 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.6"
|
||||||
|
script:
|
||||||
|
- pytest
|
Loading…
Add table
Reference in a new issue