]> git.phdru.name Git - sqlconvert.git/blobdiff - tox.ini
Remove unused py.test
[sqlconvert.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index dec4e03af8da359af0d1d1b98dc8367158f3420e..37f13e51f696aa73972dafe18bc7a43dee1504c9 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -15,11 +15,10 @@ sitepackages = True
 # Don't fail or warn on uninstalled commands
 whitelist_externals =
     flake8
-    py.test
 
 [general]
 commands =
-    python /usr/local/bin/py.test --cov={envsitepackagesdir}/sqlconvert
+    python -m pytest --cov=sqlconvert
 
 [testenv:py26]
 commands = {[general]commands}