Updated test requirements

This commit is contained in:
Sybren A. Stüvel 2016-08-31 11:28:38 +02:00
parent cb5128907c
commit 54bc0e87ce
2 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ wheel==0.24.0
zencoder==0.6.5
# Development requirements
pytest==2.9.1
pytest==3.0.1
responses==0.5.1
pytest-cov==2.2.1
pytest-cov==2.3.1
mock==2.0.0
# Secondary requirements

View File

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