Do not run tests on tags

This commit is contained in:
Eddy Hintze 2020-01-27 18:58:54 -05:00
parent d8dbc46129
commit c1e1df35fe

View File

@ -15,6 +15,8 @@ flake8:
pytest:
stage: test
except:
- tags
script:
- pip install tox
- tox -e py37