We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67b595 commit c006879Copy full SHA for c006879
1 file changed
.travis.yml
@@ -7,5 +7,6 @@ python:
7
install:
8
- python setup.py -q install
9
script:
10
+ - [[ "$(python -c 'import sys; print sys.version_info[:2]')" == "(2, 6)" ]] && pip install unittest2
11
- py.test --tb=native jsonschema
12
- python -m doctest README.rst
0 commit comments