summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2013-05-18 15:54:31 +0200
committerRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2013-05-18 15:54:31 +0200
commit35d832cce96135a53f0433511891fbcceae6a178 (patch)
treeffffb18cee17255dcc8a42896c256337248132e9 /tox.ini
parent5aa91b3cddb98fcd1329e1e65f829747a58d4c1a (diff)
downloadwerkzeug-35d832cce96135a53f0433511891fbcceae6a178.tar.gz
add a section in tox.ini to have py.test find the tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index f912e33b..9b8d651b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,3 +1,6 @@
+[pytest]
+python_files= werkzeug/testsuite/*.py
+
[tox]
envlist=py26,py27,pypy,py33
[testenv]