Updated test requirements

This commit is contained in:
2016-08-31 11:31:59 +02:00
parent 621b95ca5f
commit bd4055a8ea
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
[pytest]
[tool:pytest]
addopts = -v --cov attract_server --cov-report term-missing
[pep8]