Skip to content

Commit c083a30

Browse files
committed
Create .travis.yml
1 parent f6b5a12 commit c083a30

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
dist: xenial # required for Python >= 3.7
2+
language: python
3+
python:
4+
- "3.7"
5+
install:
6+
- pip install -r requirements.txt
7+
script:
8+
- pytest

0 commit comments

Comments
 (0)