Skip to content

Commit 09086a0

Browse files
author
Yoav Ram
committed
travis-ci support
1 parent 019cf1e commit 09086a0

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.6"
4+
- "2.7"
5+
- "3.3"
6+
- "3.4"
7+
- "3.5"
8+
- "pypy"
9+
10+
notifications:
11+
email:
12+
- yoav@yoavram.com
13+
14+
install:
15+
- pip install click
16+
- python setup.py install
17+
18+
script: py.test
19+

0 commit comments

Comments
 (0)