We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cfe01 commit ec0511dCopy full SHA for ec0511d
appveyor.yml
@@ -22,7 +22,7 @@ environment:
22
install:
23
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
24
- "python --version"
25
- - "pip install --disable-pip-version-check --user --upgrade pip"
+ - "pip install --disable-pip-version-check --user --upgrade pip==9.0.3"
26
- "pip install --disable-pip-version-check --user --upgrade setuptools"
27
28
build_script:
tox.ini
@@ -45,4 +45,6 @@ deps =
45
[testenv:py27-pipconflictchecker]
46
commands = pipconflictchecker
47
whitelist_externals = pipconflictchecker
48
-deps = pip-conflict-checker
+deps =
49
+ pip-conflict-checker
50
+ pip==9.0.3
0 commit comments