I need psycopg2 and lxml for my tests, but when I try to install it in a virtualenv through tox it fails due to the missing pg_conf or other dependencies.
I found this explanation of bootstrap scripts: http://www.virtualenv.org/en/latest/index.html#bootstrap-example
How can I add a bootstrap script to tox's virtualenv? Do you know any good examples for my concerns (lxml and psycopg2)?