mirror of https://github.com/borgbase/vorta
run flake8 checker on travis
but only on linux, once is enough.
This commit is contained in:
parent
9b24a1161b
commit
2358d030de
|
@ -74,6 +74,7 @@ before_script:
|
|||
|
||||
script:
|
||||
- pytest --forked
|
||||
- if [ $TRAVIS_OS_NAME = "linux" ]; then tox -e flake8; fi
|
||||
|
||||
#after_script:
|
||||
#- |
|
||||
|
|
Loading…
Reference in New Issue