summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-27 11:09:00 +0000
committerColin Watson <cjwatson@debian.org>2014-02-27 11:09:00 +0000
commitc093f7616994e795df122b499f57be9708d4f9f9 (patch)
tree2a608810af5488ef770b4887f20f78a3a4e68c4f /debian
parent4f7893a163b38e2df7dcbce3884c6ba194474a90 (diff)
Stop tox writing to the building user's home directory.
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 131e0f6..2f17b1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_build:
done
override_dh_auto_test:
- tox -e py,py3
+ HOME=$(CURDIR) tox -e py,py3
override_dh_auto_clean:
dh_auto_clean