1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Python 2.6 doesn't support python -m for packages

This commit is contained in:
Paul Moore 2014-10-17 17:35:39 +01:00
parent e38e427e41
commit 1de31e332a

View file

@ -19,6 +19,10 @@ commands =
install_command =
python -m pip install --pre {opts} {packages}
[testenv:py26]
install_command =
pip install --pre {opts} {packages}
[testenv:docs]
deps = sphinx
basepython = python2.7