Skip to content

Commit 8046bc3

Browse files
committed
Take 3.
1 parent bf565c9 commit 8046bc3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ python:
44
- "2.6"
55
- "2.7"
66
- "3.3"
7-
env:
8-
- REQUIREMENTS=""
9-
- REQUIREMENTS="unittest2"
107
install:
11-
- pip install $REQUIREMENTS
128
- python setup.py -q install
139
script:
10+
- if [[ "$(python -c 'import sys; print sys.version_info[:2]')" == "(2, 6)" ]]; then pip install unittest2; fi
1411
- py.test --tb=native jsonschema
1512
- python -m doctest README.rst

0 commit comments

Comments
 (0)