From 57801a288d43c96e9a93894334a61e6ffc6c89f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 1 Oct 2015 09:03:41 -0400 Subject: [PATCH] keep tests simple by always adding attic depends note that we do not depend on attic to build borg, just to do those tests. if attic goes away, we could eventually do this another way or just stop testing this altogether. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 8fd697657..a9ccb5e04 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ # fakeroot -u tox --recreate [tox] -envlist = py{32,33,34,35}{,-attic} +envlist = py{32,33,34,35} [testenv] # Change dir to avoid import problem for cython code. The directory does @@ -10,7 +10,7 @@ envlist = py{32,33,34,35}{,-attic} changedir = {toxworkdir} deps = -rrequirements.d/development.txt - attic: attic + attic commands = py.test --cov=borg --pyargs {posargs:borg.testsuite} # fakeroot -u needs some env vars: passenv = *