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

Commitbf37228

Browse files
committed
fixup! Try fixing#231 again: Return to using platform_python_implementation
1 parent2ff4941 commitbf37228

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

‎.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ cache:
1616
env:
1717
-USE_OPTIONAL=true
1818
-USE_OPTIONAL=false
19-
-USE_OPTIONAL=false SETUPTOOLS=18.5
20-
-USE_OPTIONAL=false SETUPTOOLS=20.2.2
21-
-USE_OPTIONAL=false SETUPTOOLS=20.6.6
22-
-USE_OPTIONAL=false SETUPTOOLS=20.10.0
2319

2420
before_install:
2521
-git submodule update --init --recursive

‎requirements-install.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ fi
88
# Make sure we're running setuptools >= 18.5
99
pip install -U pip setuptools>=18.5
1010

11-
# Install specific version of setuptools, maybe
12-
if [-n"$SETUPTOOLS" ];then
13-
pip install"setuptools==$SETUPTOOLS"
14-
fi
15-
1611
pip install -U -r requirements-test.txt
1712

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp