image: debian/buster packages: - python3-pip - virtualenv tasks: - flake8: | cd hypervideo-gui virtualenv -p python3 venv source venv/bin/activate python --version pip install flake8-per-file-ignores nose flake8 .