Skip to content

Commit 40d0f1c

Browse files
committed
Configure Travis-CI
1 parent cdfd7a7 commit 40d0f1c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
- "3.3"
5+
- "3.4"
6+
- "3.5"
7+
- "3.6"
8+
sudo: false
9+
10+
install:
11+
- pip install .
12+
13+
script:
14+
- python setup.py test
15+
16+
notifications:
17+
email:
18+
on_success: change
19+
on_failure: change

0 commit comments

Comments
 (0)