Skip to content
Snippets Groups Projects
.gitlab-ci.yml 127 B
Newer Older
spmohanty's avatar
spmohanty committed
image: python:3.5

cache:
    paths:
        - .tox

before_script:
    - pip install -U tox

tests:
    script:
        - tox