language: python python: 3.7 install: "pip install tox" script: - script/fetch-fixtures - tox branches: only: - master