diff options
author | Micah Anderson <micah@riseup.net> | 2013-08-17 11:46:43 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-08-22 14:13:06 -0400 |
commit | 96f3c63104655c12263676b6914c107d19905ca5 (patch) | |
tree | 4c0d1e116b0512d229f3b0ca21495f58061a9d3e /debian/rules | |
parent | 1f5d990d33f581db0684bd1e81fef5709ae230bc (diff) |
disable tests during package build
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index a11f6632..dadb0eed 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,7 @@ # # Uncomment this to turn on verbose mode. #DH_VERBOSE=1 +DEB_BUILD_OPTIONS=nocheck PYTHON2=$(shell pyversions -vr) |