]> arthur.barton.de Git - bup.git/blobdiff - dev/prep-for-debianish-build
make: add check-py2 and check-py3 targets
[bup.git] / dev / prep-for-debianish-build
index a0b7a3de5e7c4c3709c5944c94f58e9bd3b1e37d..0ded700114b5e5a011719cf8997f17b9db812b5e 100755 (executable)
@@ -24,13 +24,15 @@ case "$pyver" in
         apt-get install -y \
                 $common_debs \
                 python2.7-dev python-fuse \
-                python-"$xattr" python-tornado
+                python-"$xattr" python-tornado python-pytest \
+                python-pytest-xdist pylint
         ;;
     python3)
         apt-get install -y \
                 $common_debs \
                 python3-dev python3-distutils python3-fuse \
-                python3-"$xattr" python3-tornado
+                python3-"$xattr" python3-tornado python3-pytest \
+                python3-pytest-xdist pylint3
         ;;
     *)
         usage 1>&2