summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2014-11-05 00:54:39 -0300
committerFelipe Sateler <fsateler@debian.org>2014-11-05 00:54:39 -0300
commit316e3821b3d05a37f8874263f0dbdf7985e38694 (patch)
tree88bb2024321822f3fb91747a1300232935db45b1 /debian
parent93c666efeccdc472ca85a49db362da273748d8c1 (diff)
Disable tests, they require networking
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 2f524b8c..43f71fe2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,8 @@ override_dh_auto_build:
dh_auto_build --buildsystem=pybuild
cd docs && jekyll build --destination html
+override_dh_auto_test:
+ # tests disabled because they require networking
+
+test:
+ python setup.py test