Skip to content

Commit 2e5a7c9

Browse files
committed
Add travis config
1 parent 2326b21 commit 2e5a7c9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
git:
2+
depth: 9999999
3+
language: python
4+
python:
5+
- "3.4"
6+
- "3.5"
7+
- "3.6"
8+
- "3.7"
9+
# command to run tests
10+
script: python3 -m unittest discover -v

0 commit comments

Comments
 (0)