summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorRoberto Polli <roberto.polli@par-tec.it>2015-07-25 15:39:42 +0200
committerRoberto Polli <roberto.polli@par-tec.it>2015-07-25 15:39:42 +0200
commit0b226aec7a6ae6a60337cb2bc8cc7cf80d3bfff5 (patch)
tree9ede3529c8d6a9a6d08c04f83c4c45d1632b9229 /tox.ini
parented2548ca027b4fd062a10ddf2ce359d9115f40a4 (diff)
add development.txt and modify tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 79603cda9..fdf91a2db 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,9 +19,7 @@ envlist = py32, py33, py34
# Change dir to avoid import problem for cython code. The directory does
# not really matter, should be just different from the toplevel dir.
changedir = {toxworkdir}
-deps =
- pytest
- mock
+deps = -rrequirements.d/development.txt
commands = py.test --pyargs {posargs:borg.testsuite}
# fakeroot -u needs some env vars:
passenv = *