'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 2 :: Only',
+ 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
],
scripts=[],
requires=[],
[tox]
minversion = 1.8
toxworkdir={homedir}/.tox/remove-old-files
-envlist = {py26,py27,py34},{py27,py34}-flake8
+envlist = {py26,py27,py33,py34,py35,py36},{py27,py34}-flake8
# Base test environment settings
[testenv]
pytest
pytest-cov
py26: argparse
- py26,py27: m_lib>=2.0
- py34: m_lib>=3.0
-sitepackages = True
# Don't fail or warn on uninstalled commands
whitelist_externals =
flake8
[general]
commands =
- python -m pytest --cov=remove-old-files
+ python -m pytest
[testenv:py26]
commands = {[general]commands}