Skip to content

Commit 7bd105f

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

requirements-install.sh

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

8+
pip install -U setuptools wheel pip
9+
810
pip install -U -r requirements-test.txt
911

1012
if [[ $USE_OPTIONAL == "true" ]]; then

0 commit comments

Comments
 (0)