Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit f16f84f

Browse files
committed
Add Travis-CI
1 parent 699a3c0 commit f16f84f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
sudo: true
2+
language: python
3+
4+
python:
5+
- "2.7"
6+
- "3.6"
7+
- "3.7-dev" # 3.7 development branch
8+
9+
install:
10+
11+
script:
12+
- "python setup.py install"

0 commit comments

Comments
 (0)