Skip to content

Commit bf565c9

Browse files
committed
Or maybe this does.
1 parent c006879 commit bf565c9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ python:
44
- "2.6"
55
- "2.7"
66
- "3.3"
7+
env:
8+
- REQUIREMENTS=""
9+
- REQUIREMENTS="unittest2"
710
install:
11+
- pip install $REQUIREMENTS
812
- python setup.py -q install
913
script:
10-
- [[ "$(python -c 'import sys; print sys.version_info[:2]')" == "(2, 6)" ]] && pip install unittest2
1114
- py.test --tb=native jsonschema
1215
- python -m doctest README.rst

0 commit comments

Comments
 (0)