Skip to content

Commit cbb5c05

Browse files
Fixing test to account for version 2.6
1 parent 67340ec commit cbb5c05

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ python:
55
- '3.2'
66
install:
77
- python setup.py install
8-
script: python -m unittest discover
8+
script:
9+
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then unit2 discover; else python -m unittest discover; fi
10+
911
notifications:
1012
hipchat:
1113
rooms:

0 commit comments

Comments
 (0)