tox.ini
changeset 10544 cb2c9746341d
parent 10518 d276e4b332ba
child 10545 8fa6506aa038
--- a/tox.ini	Fri Jul 17 14:06:22 2015 +0200
+++ b/tox.ini	Wed Jul 22 10:55:39 2015 +0200
@@ -3,8 +3,6 @@
 
 [testenv]
 sitepackages = True
-setenv =
-  PATH=/usr/lib/postgresql/9.4/bin:$PATH
 commands = pytest -t {envname}/test {posargs}
 
 [testenv:cubicweb]