--find-links=http://phdru.name/Software/Python/
--install-option=-O2
-argparse; python_version == '2.6'
m_lib.defenc >= 1.0
-m_lib >= 2.0; python_version >= '2.6' and python_version < '3.0'
+m_lib >= 2.0; python_version >= '2.7' and python_version < '3.0'
m_lib >= 3.0; python_version >= '3.3'
pip install --find-links=http://phdru.name/Software/Python/ --no-index --install-option='-O2' --user {project}
-For Python 2.6 the command is easy_install.
-
Installation from sources
=========================
'License :: OSI Approved :: GNU General Public License (GPL)',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
[tox]
minversion = 1.8
toxworkdir={homedir}/.tox/{project}
-envlist = {py26,py27,py33,py34,py35,py36},{py27,py34}-flake8
+envlist = {py27,py33,py34,py35,py36},{py27,py34}-flake8
# Base test environment settings
[testenv]
commands =
python -m pytest --cov={project}
-[testenv:py26]
-commands =
- {[testenv]commands}
- {[general]commands}
-
[testenv:py27]
commands =
{[testenv]commands}