aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 31f3878..e15543c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,9 @@ envlist =
pep8,
[testenv]
-commands = python test_uritemplate.py
+deps =
+ pytest
+commands = py.test
[testenv:pep8]
deps =