Skip to content

Commit 9047f7a

Browse files
committed
Add travis test suite setup.
1 parent b28b801 commit 9047f7a

File tree

2 files changed

+6
-0
lines changed

2 files 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.6"
5+
install: "pip install -r requirements.txt"
6+
script: nosetests

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)