Skip to content

Commit d2a07e8

Browse files
committed
👷 ✅ local test passed
1 parent 02d166d commit d2a07e8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
sudo: false
2+
language: python
3+
python:
4+
- "3.6"
5+
- "3.7"
6+
- "3.8"
7+
8+
before_install:
9+
- sudo apt-get update
10+
11+
script:
12+
- python setup.py check
13+
- python setup.py install

0 commit comments

Comments
 (0)