Skip to content
Snippets Groups Projects
.gitlab-ci.yml 160 B
Newer Older
image: themattrix/tox
spmohanty's avatar
spmohanty committed

cache:
    paths:
        - .tox

before_script:
spmohanty's avatar
spmohanty committed
    - echo "Setting Up...."
spmohanty's avatar
spmohanty committed

tests:
    script:
spmohanty's avatar
spmohanty committed
        - pip install tox
spmohanty's avatar
spmohanty committed
        - tox