Skip to content

Commit

Permalink
setup.cfg [pytest] section is not supported among all pytest versions…
Browse files Browse the repository at this point in the history
… we want to support, so it's easier to just use pytest.ini
  • Loading branch information
tarpas committed Dec 17, 2016
1 parent 1b76580 commit 1d99b17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions pytest.ini
@@ -0,0 +1,5 @@
[pytest]
norecursedirs = exampleproject
.*
dist
run_variant_expression = os.environ.get('RV', '') + ':python' + str(sys.version_info[:2])
5 changes: 0 additions & 5 deletions setup.cfg
@@ -1,7 +1,2 @@
[metadata]
description-file = README.md
[tool: pytest]
norecursedirs = exampleproject
.*
dist
run_variant_expression = os.environ.get('RV', '') + ':python' + str(sys.version_info[:2])

0 comments on commit 1d99b17

Please sign in to comment.