Merge remote-tracking branch 'remotes/origin/migration_python3'

This commit is contained in:
Christophe Boulanger 2020-07-15 10:03:46 +02:00
commit 1f5b8e5882
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.vscode
/MANIFEST
*.pyc
/dist

7
debian/rules vendored
View File

@ -1,4 +1,9 @@
#!/usr/bin/make -f
export PYBUILD_NAME=passerelle-imio-ia-delib
%:
dh $@ --with python2
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test: