summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-05-22 19:21:41 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-05-22 19:21:41 +0200
commit5e98400a5aad0604d5265d8feb5e36ef9d616d58 (patch)
tree210950a5fd98c6a2d1f33ae3e71e5ab4bda87248 /tox.ini
parent78bfc58b472703da5e21efcfb013dd6b0f1918be (diff)
fix all references to package name
use relative imports if possible reorder imports (1. stdlib 2. dependencies 3. borg 4. borg.testsuite)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 327ddf0c1..1a71053c4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ envlist = py32, py33, py34
[testenv]
# Change dir to avoid import problem
changedir = docs
-commands = {envpython} -m attic.testsuite.run -bv []
+commands = {envpython} -m borg.testsuite.run -bv []
[testenv:py32]
deps = mock