X Tutup
Skip to content

Commit 9119e53

Browse files
committed
Install unittests2 for Python 2.6
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
1 parent 951acac commit 9119e53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ install:
1212
- "pip install 'curtsies<0.2.0' greenlet" # curtsies specific dependencies
1313
- "pip install babel" # translation specific dependencies
1414
- "pip install sphinx" # documentation specific dependencies
15+
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
1516
- "python setup.py install"
1617

1718
script:

0 commit comments

Comments
 (0)
X Tutup