summaryrefslogtreecommitdiffstats
path: root/.travis.yml
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 /.travis.yml
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 '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7e3471b11..367458353 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,4 +9,4 @@ install:
- "pip install --use-mirrors Cython"
- "pip install -e ."
# command to run tests
-script: fakeroot -u python -m attic.testsuite.run -vb
+script: fakeroot -u python -m borg.testsuite.run -vb