fixed gitlab ci

This commit is contained in:
Tobias Schmidl 2021-04-27 14:24:54 +02:00
parent 67401f2fd1
commit 095a681285

View file

@ -6,6 +6,7 @@ test:pylama:
- master - master
- develop - develop
before_script: before_script:
- apt-upgrade && apt-get install -y -q python3-apt python3-aptdaemon
- if test -r requirements.txt; then pip install -r requirements.txt; fi - if test -r requirements.txt; then pip install -r requirements.txt; fi
script: script:
if test -x "$(which pylama)"; then pylama *.py; fi if test -x "$(which pylama)"; then pylama *.py; fi