X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=.gitlab-ci.yml;h=c12ae0eebee9ca838ce5e3e2b32a780b48ded2a8;hp=38250898d60473ac1fca448d1654796020cdcc95;hb=0ef97395765f66ec3dc4ec67f813d156fea885f8;hpb=263d42e68005c4536ee993b6cb3d87954c32d0a7 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: