Skip to content

Commit

Permalink
Merge #26
Browse files Browse the repository at this point in the history
26: Drop 3.5 and add 3.9 r=aragilar a=aragilar



Co-authored-by: James Tocknell <aragilar@gmail.com>
  • Loading branch information
bors[bot] and aragilar committed May 29, 2021
2 parents 1f6a256 + 753c71d commit c4e7ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -14,7 +14,7 @@
name="pytest-info-collector",
version=versioneer.get_version(),
packages = ['pytest_info_collector'],
python_requires = '>=3.5',
python_requires = '>=3.6',
install_requires = ["pytest"],
author = "James Tocknell",
author_email = "aragilar@gmail.com",
Expand All @@ -34,10 +34,10 @@
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
cmdclass=versioneer.get_cmdclass(),
)
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -4,14 +4,13 @@
# and then run "tox" from this directory.

[tox]
envlist = py35,py36,py37,py38,py39,flake8,pylint,docs,check-manifest,checkreadme
envlist = py36,py37,py38,py39,flake8,pylint,docs,check-manifest,checkreadme

[testenv]
commands = py.test -p pytester --cov={envsitepackagesdir}/pytest_info_collector --runpytest=subprocess {posargs}
deps =
-rtest-requirements.txt
basepython =
py35: {env:TOXPYTHON:python3.5}
py36: {env:TOXPYTHON:python3.6}
py37: {env:TOXPYTHON:python3.7}
py38: {env:TOXPYTHON:python3.8}
Expand Down

0 comments on commit c4e7ad1

Please sign in to comment.