Fix pytest config

This commit is contained in:
Johannes Hoppe 2017-02-21 14:10:56 +01:00
parent 09110a5460
commit 36a9ab7bab
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[pytest]
[tool:pytest]
norecursedirs = env docs
addopts = --tb=short -rxs
DJANGO_SETTINGS_MODULE=tests.testapp.settings