]> git.phdru.name Git - m_librarian.git/blobdiff - tox.ini
Remove unused py.test
[m_librarian.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 596e198a334d9e14660cb5c8525c3b5d31bb34a4..ddd3c3a121db4ab4e7e93969bea29c6d58a11f9e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -16,11 +16,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}/m_librarian
+    python -m pytest --cov=m_librarian
 
 [testenv:py26]
 commands = {[general]commands}