1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-07-25 20:56:29 +00:00

CI: need python3

This commit is contained in:
Augustin Trancart 2019-12-17 12:02:01 +01:00
parent f5efdaf41d
commit 749b4e8de0

View file

@ -1,7 +1,7 @@
test:
script:
- apt-get update
- apt-get install -y python git
- apt-get install -y python3 git
- git clone https://github.com/YunoHost/package_linter
- python package_linter/package_linter.py .
- python3 package_linter/package_linter.py .