diff --git a/requirements.txt b/requirements.txt index 5629692..e0ae667 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ pillar # Testing requirements: -pytest==2.9.2 +pytest==3.0.1 responses==0.5.1 -pytest-cov==2.3.0 +pytest-cov==2.3.1 mock==2.0.0 diff --git a/setup.cfg b/setup.cfg index 1bddd2f..c95ddbe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ -[pytest] +[tool:pytest] addopts = -v --cov attract_server --cov-report term-missing [pep8]