Skip to content

Commit da38108

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

requirements-install.sh

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ if [[ $USE_OPTIONAL != "true" && $USE_OPTIONAL != "false" ]]; then
55
exit 1
66
fi
77

8-
pip install pytest-expect\<2.0,\>=1.1 six
9-
exit 2
10-
11-
pip install -U setuptools wheel pip
8+
pip install -U setuptools pip==6.0.7
129

1310
pip install -U -r requirements-test.txt
1411

12+
exit 2
13+
1514
if [[ $USE_OPTIONAL == "true" ]]; then
1615
pip install -U -r requirements-optional.txt
1716
fi

0 commit comments

Comments
 (0)