fixed gitlab ci
This commit is contained in:
parent
67401f2fd1
commit
095a681285
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue