Skip to content

Commit 67602fa

Browse files
committedFeb 18, 2017
fixup! fixup! fixup! fixup! fixup! fixup! Fix Travis when SIX_VERSION isn't specificed
1 parent c004ba4 commit 67602fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎requirements-install.sh

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

8+
pip install pytest-expect\<2.0,>=1.1
9+
10+
pip install -U setuptools wheel pip
811

912
pip install -U -r requirements-test.txt
1013

0 commit comments

Comments
 (0)
Please sign in to comment.