Added tests. Fixed include & exclude being switched

This commit is contained in:
Eddy Hintze
2020-01-27 18:51:59 -05:00
parent 3a06f09f09
commit 2ca4ad1e77
4 changed files with 72 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
image: python:3
image: python:3.7-alpine
stages:
- test
@@ -13,6 +13,12 @@ flake8:
- pip install tox
- tox -e flake8
pytest:
stage: test
script:
- pip install tox
- tox -e py37
pypi-package:
stage: package
only: