This commit is contained in:
Darko Poljak 2019-12-02 11:33:53 +01:00
parent 399828545f
commit 20ccb3ec06
1 changed files with 1 additions and 3 deletions

View File

@ -10,9 +10,7 @@ unit_tests:
pycodestyle:
stage: test
script:
- $(command -v pycodestyle3)
- $(command -v pycodestyle)
- ls -l $(command -v pycodestyle)
- pep8=$(command -v pycodestyle-3) && ln -s -f "${pep8}" /usr/bin/pycodestyle
- ./bin/build-helper pycodestyle
shellcheck: