image: debian:buster before_script: - apt-get update -y - apt-get install -y python3-pip virtualenv test_flake8: script: - virtualenv -p python3 venv - source venv/bin/activate - python --version - pip install flake8-per-file-ignores nose - flake8 .