Skip to content

Commit d21934d

Browse files
committed
tie down pip version for the conflict checker
1 parent cc1a1a6 commit d21934d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ deps =
4848
[testenv:py27-pipconflictchecker]
4949
commands = pipconflictchecker
5050
whitelist_externals = pipconflictchecker
51-
deps = pip-conflict-checker
51+
deps =
52+
pip-conflict-checker
53+
pip==9.0.3
5254

5355
[testenv:py27-lint-readme]
5456
commands = python setup.py check -r -s

0 commit comments

Comments
 (0)