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:
parent
e38e427e41
commit
1de31e332a
1 changed files with 4 additions and 0 deletions
4
tox.ini
4
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue