Skip to content

Commit 7c2dbec

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Fix Travis when SIX_VERSION isn't specificed
1 parent 7b4ffc2 commit 7c2dbec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ if [[ $USE_OPTIONAL != "true" && $USE_OPTIONAL != "false" ]]; then
55
exit 1
66
fi
77

8-
pip install pytest-expect\<2.0,\>=1.1
8+
pip install pytest-expect\<2.0,\>=1.1 six
9+
exit 2
910

1011
pip install -U setuptools wheel pip
1112

0 commit comments

Comments
 (0)