Skip to content

Commit 9398744

Browse files
committed
Travis-CI Config
1 parent 4629045 commit 9398744

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Travis-CI Config file
2+
os: linux
3+
4+
dist: focal
5+
6+
language: python
7+
8+
python:
9+
- "3.7"
10+
- "3.8"
11+
- "3.9"
12+
13+
install:
14+
- pip3 install -r requirements.txt
15+
16+
script:
17+
- py.test -v

0 commit comments

Comments
 (0)