image: themattrix/tox

cache:
    paths:
        - .tox

before_script:
    # Any pre-test setup
    echo "Setting Up...."

tests:
    script:
        - pip install tox
        - tox