Skip to content

Commit 9cfc248

Browse files
committed
Introducing travis support
1 parent d4b52ef commit 9cfc248

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
- "3.4"
5+
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
6+
script: "nosetests"

0 commit comments

Comments
 (0)