--- py27: interruptible: true before_script: - pip install tox stage: tests image: python:2.7 tags: - tests - py2 script: tox -e py27 artifacts: paths: - py27-deprecated-warnings.json