Skip to content

Commit c006879

Browse files
committed
Maybe this satisfies Travis.
1 parent d67b595 commit c006879

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ python:
77
install:
88
- python setup.py -q install
99
script:
10+
- [[ "$(python -c 'import sys; print sys.version_info[:2]')" == "(2, 6)" ]] && pip install unittest2
1011
- py.test --tb=native jsonschema
1112
- python -m doctest README.rst

0 commit comments

Comments
 (0)