Skip to content

Commit

Permalink
Trying to get pytest to not test setup.py on Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sigvaldm committed Sep 19, 2018
1 parent ef3d7e3 commit 35314e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,2 +1,2 @@
[tool:pytest]
addopts = --cov frmt --cov-report term-missing --doctest-modules --doctest-glob='*.rst'
addopts = --cov frmt --cov-report term-missing --doctest-modules --doctest-glob='*.rst' --ignore=setup.py
3 changes: 0 additions & 3 deletions setup.py
Expand Up @@ -35,9 +35,6 @@
install_requires=['backports.shutil_get_terminal_size;python_version<"3.4"'],
license='LGPL',
classifiers=[
'Intended Audience :: Developers',
'Intended Audience :: Information Technology',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit 35314e1

Please sign in to comment.