Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda38108

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Fix Travis when SIX_VERSION isn't specificed
1 parent7c2dbec commitda38108

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎requirements-install.sh

Lines changed: 3 additions & 4 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp