diff options
Diffstat (limited to 'debian/patches/0001-tox.patch')
-rw-r--r-- | debian/patches/0001-tox.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/0001-tox.patch b/debian/patches/0001-tox.patch new file mode 100644 index 0000000000..2cf3ec0fe8 --- /dev/null +++ b/debian/patches/0001-tox.patch @@ -0,0 +1,19 @@ +From: Erik Johnston <erikj@matrix.org> +Date: Fri, 10 Jun 2016 10:57:07 +0100 +Subject: tox + +--- + tox.ini | 1 + + 1 file changed, 1 insertion(+) + +Index: package-synapse-debian/tox.ini +=================================================================== +--- package-synapse-debian.orig/tox.ini ++++ package-synapse-debian/tox.ini +@@ -1,5 +1,6 @@ + [tox] + envlist = packaging, py27, py36, pep8, check_isort ++sitepackages = True + + [base] + deps = |