diff options
Diffstat (limited to 'testing/tox.ini')
-rw-r--r-- | testing/tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/tox.ini b/testing/tox.ini index 3663eef3..caeb52c1 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -8,16 +8,19 @@ deps = pytest pytest-flake8 pytest-pep8 + pytest-twisted mock testscenarios setuptools-trial pep8 pdbpp couchdb + requests # install soledad local packages -e../common -e../client -e../server setenv = HOME=/tmp + TERM=xterm install_command = pip install {opts} {packages} |