X-Git-Url: https://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=.gitlab-ci.yml;h=c12ae0eebee9ca838ce5e3e2b32a780b48ded2a8;hp=38250898d60473ac1fca448d1654796020cdcc95;hb=b269d59a79016ce79941b64d15fcd6453cc7ddd5;hpb=84be94e890b9a4fb3ac334c1da976fd8e1dcb033 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3825089..c12ae0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,9 +10,8 @@ stages: test: stage: test script: - - pip install pytest-cov docutils + - pip install pytest-cov - py.test -q --cov=musicpd test.py - - python setup.py check -r -s coverage: '/musicpd.py\s+\d+\s+\d+\s+(\d+)%/' only: - pushes @@ -23,6 +22,8 @@ build: # packaging test - python setup.py bdist_wheel sdist - pip install dist/*.whl + - pip install twine + - twine check dist/* artifacts: expire_in: 1 week paths: