Skip to content

Commit bf37228

Browse files
committed
fixup! Try fixing #231 again: Return to using platform_python_implementation
1 parent 2ff4941 commit bf37228

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.travis.yml

-4
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

-5
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)