From: Rob Browning Date: Wed, 9 Oct 2019 04:50:15 +0000 (-0500) Subject: toptions.py: test with python 3 X-Git-Tag: 0.31~270 X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=commitdiff_plain;h=1a2c5d295db052e074fbafa4e139967709516a4f toptions.py: test with python 3 Signed-off-by: Rob Browning --- diff --git a/Makefile b/Makefile index 9474c3b..093bf9b 100644 --- a/Makefile +++ b/Makefile @@ -160,6 +160,7 @@ ifeq "2" "$(bup_python_majver)" lib/bup/t/txstat.py else python_tests := \ + lib/bup/t/toptions.py \ lib/bup/t/tvint.py endif