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