Skip to content

Commit 12e79dd

Browse files
committed
REPO: Let us try Travis.
1 parent 8f44d6c commit 12e79dd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: python
2+
python:
3+
- 3.4
4+
- 3.3
5+
- 3.2
6+
- 2.7
7+
- 2.6
8+
install:
9+
- pip install -r dev_requirements.txt
10+
- python setup.py develop
11+
script:
12+
- python -m unittest discover tests
13+
notifications:
14+
email:
15+

0 commit comments

Comments
 (0)