We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ff4941 commit bf37228Copy full SHA for bf37228
.travis.yml
@@ -16,10 +16,6 @@ cache:
16
env:
17
- USE_OPTIONAL=true
18
- 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
23
24
before_install:
25
- git submodule update --init --recursive
requirements-install.sh
@@ -8,11 +8,6 @@ fi
8
# Make sure we're running setuptools >= 18.5
9
pip install -U pip setuptools>=18.5
10
11
-# Install specific version of setuptools, maybe
12
-if [ -n "$SETUPTOOLS" ]; then
13
- pip install "setuptools==$SETUPTOOLS"
14
-fi
15
-
pip install -U -r requirements-test.txt
if [[ $USE_OPTIONAL == "true" ]]; then
0 commit comments