[tox] Do not use site packages in testenv
This is the normal way of running tox. We used to set this because
some people liked to run tests using packages installed by other
means (i.e. system-wide). Now, there seems to be a consensus that
running tox without site packages is a better idea, in particular
since many of our dependencies are now available as wheels and thus
would install quickly provided one uses a recent pip/virtualenv.
--- a/tox.ini Mon Mar 20 10:25:04 2017 +0100
+++ b/tox.ini Mon Mar 20 09:08:44 2017 +0100
@@ -4,7 +4,6 @@
py{27,34}-{server,web,misc}
[testenv]
-sitepackages = True
deps =
-r{toxinidir}/requirements/dev.txt
py27: backports.tempfile