forked from Mirrors/humblebundle-downloader
Added tests. Fixed include & exclude being switched
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user