Add some pytest options

This commit is contained in:
Hynek Schlawack 2015-12-02 07:41:28 +01:00
parent fb724af0f9
commit c523e0510f
1 changed files with 7 additions and 0 deletions

View File

@ -1,2 +1,9 @@
[pytest]
minversion = 2.8
strict = true
addopts = -ra
testpaths = tests
[wheel]
universal = 1