Skip to content

Commit ec0511d

Browse files
authored
Pin pip version for the conflict tester & appveyor (#170)
1 parent f9cfe01 commit ec0511d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ environment:
2222
install:
2323
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
2424
- "python --version"
25-
- "pip install --disable-pip-version-check --user --upgrade pip"
25+
- "pip install --disable-pip-version-check --user --upgrade pip==9.0.3"
2626
- "pip install --disable-pip-version-check --user --upgrade setuptools"
2727

2828
build_script:

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ deps =
4545
[testenv:py27-pipconflictchecker]
4646
commands = pipconflictchecker
4747
whitelist_externals = pipconflictchecker
48-
deps = pip-conflict-checker
48+
deps =
49+
pip-conflict-checker
50+
pip==9.0.3

0 commit comments

Comments
 (0)