]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add a full env for pypy, name it funny to avoid hidden/undocumented
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Jul 2014 19:55:12 +0000 (15:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Jul 2014 19:55:37 +0000 (15:55 -0400)
tox behavior

tox.ini

diff --git a/tox.ini b/tox.ini
index 5e262ab30ec031b66ec719c00df7c8e27191e925..d9b599a920e6092a793a4653d185b74db197d995 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -11,12 +11,16 @@ sitepackages=True
 usedevelop=True
 
 commands=
-  python -m pytest \
-                {posargs}
+  python -m pytest {posargs}
 
 
 [testenv:pyXX]
 
+
+[testenv:pypyXX]
+commands=
+  python -m pytest -k "not memusage" {posargs}
+
 [testenv:coverage]
 commands=
   python -m pytest \