Skip to content

Commit 885db7a

Browse files
committed
Unittest2 dep.
1 parent 65a0c69 commit 885db7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ python:
55
- "2.7"
66
- "3.1"
77
- "3.2"
8-
install: python setup.py -q install
8+
install:
9+
- python setup.py -q install
10+
- pip install unittest2
911
script:
1012
- nosetests
1113
- python -m doctest README.rst

0 commit comments

Comments
 (0)