summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2014-08-13 21:06:31 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2014-08-15 22:56:00 +0200
commit8d8b95297e9212a561f1d7488dbcc312c4d2b592 (patch)
treeaef3aef6ba5da872024abd187a466d7f8174dca3 /tox.ini
parent63d4085e28ec449ca172f971f1757d8b766b83de (diff)
downloadwerkzeug-8d8b95297e9212a561f1d7488dbcc312c4d2b592.tar.gz
Some config changes
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e3ef04f8..5b7bf6dd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,5 +4,6 @@ envlist=py26,py27,pypy,py33,py34
[testenv]
deps=
greenlet
+ pytest
commands=
- python ./run-tests.py []
+ py.test []