diff options
author | drebs <drebs@leap.se> | 2016-07-24 07:56:52 -0300 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-08-01 21:09:03 -0300 |
commit | 793180533e4f19b364145c61939d6cad07dd851a (patch) | |
tree | c11d84b9a3f91ab4f8189a4c513e082555fd113c /testing/tox.ini | |
parent | 1893611393a3ec69d8099a8601fb21262e5f36f4 (diff) |
[test] add pytest initial setup for performance tests
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} |