Disable unittests on python 3.5

This commit is contained in:
Sean Davis 2016-10-25 06:41:12 -04:00
parent 7b6c568184
commit 10e94811da
1 changed files with 4 additions and 1 deletions

3
debian/rules vendored
View File

@ -3,6 +3,9 @@
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
# Disable tests
export PYBUILD_DISABLE=test/python3.5
%:
dh $@ --with python3 --buildsystem=pybuild