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 0e3e763 commit e8ba6a6Copy full SHA for e8ba6a6
.travis.yml
@@ -8,6 +8,6 @@ python:
8
install:
9
- python setup.py -q install
10
script:
11
- - if [[ "$(python -c 'import sys; print sys.version_info[:2]')" == "(2, 6)" ]]; then pip install unittest2; fi
+ - if [[ "$(python -c 'import sys; print(sys.version_info[:2])')" == "(2, 6)" ]]; then pip install unittest2; fi
12
- py.test --tb=native jsonschema
13
- python -m doctest README.rst
0 commit comments