commit | 2dda8367897e80bb27d0c52bcbc8759f8119dfe3 | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Sat May 16 19:11:06 2015 -0700 |
committer | Anthony Sottile <asottile@umich.edu> | Sat May 16 19:11:06 2015 -0700 |
tree | 83fdaa8d8dec9214c536548a3ec1bd241f0763a7 | |
parent | a00c16b8a367f3c4f17e1e2ed614d0e6916f8859 [diff] |
tox--
diff --git a/tox.ini b/tox.ini index b37a773..2fa9214 100644 --- a/tox.ini +++ b/tox.ini
@@ -6,6 +6,7 @@ [testenv] install_command = pip install --use-wheel {opts} {packages} deps = -rrequirements-dev.txt +passenv = HOME HOMEPATH LANG commands = coverage erase coverage run -m pytest {posargs:tests}