Skip to content

Commit 7b4ffc2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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
99

1010
pip install -U setuptools wheel pip
1111

0 commit comments

Comments
 (0)