]> arthur.barton.de Git - bup.git/blobdiff - .cirrus.yml
cirrus: run pylint for python 2 and python 3
[bup.git] / .cirrus.yml
index 4cb4a4b8d56435e4669bc629493c1cc4709071b1..fd92f24cb7d15d3ebd7b7b1664d913d6c9566b62 100644 (file)
@@ -1,6 +1,6 @@
 
 task:
-  name: debian (py2 check root)
+  name: debian (py2 check/lint root)
   container:
     image: debian:buster
     cpu: 4
@@ -9,7 +9,8 @@ task:
     set -xe
     dev/prep-for-debianish-build python2
     dev/system-info
-    make -j6 BUP_PYTHON_CONFIG=python2.7-config check
+    BUP_PYTHON_CONFIG=python2.7-config ./configure --with-pylint=yes
+    make -j6 check
 
 task:
   name: debian (py2 long-check)
@@ -42,7 +43,7 @@ task:
       "$(pwd)" | su -l bup
 
 task:
-  name: debian (py3 check root)
+  name: debian (py3 check/lint root)
   container:
     image: debian:buster
     cpu: 4
@@ -51,7 +52,8 @@ task:
     set -xe
     dev/prep-for-debianish-build python3
     dev/system-info
-    make -j6 BUP_PYTHON_CONFIG=python3-config check
+    BUP_PYTHON_CONFIG=python3-config ./configure --with-pylint=yes
+    make -j6 check
 
 task:
   name: debian (py3 long-check)