mirror of
https://github.com/Findus23/pyLanguagetool.git
synced 2024-09-09 04:13:46 +02:00
fix gitlab CI
This commit is contained in:
parent
29cdb8bba5
commit
048b191957
2 changed files with 9 additions and 6 deletions
|
@ -7,11 +7,11 @@ cache:
|
|||
- .venv
|
||||
- .cache/pip/
|
||||
|
||||
before_script:
|
||||
- pip install .[dev]
|
||||
- pip install .[optional]
|
||||
|
||||
tests:
|
||||
before_script:
|
||||
- pip install .[dev]
|
||||
- pip install .[optional]
|
||||
stage: tests
|
||||
script: python -m pytest --junitxml=junit.xml
|
||||
artifacts:
|
||||
|
@ -33,6 +33,9 @@ build:
|
|||
|
||||
|
||||
docs:
|
||||
before_script:
|
||||
- pip install .[dev]
|
||||
- pip install .[optional]
|
||||
stage: docs
|
||||
script:
|
||||
- sphinx-build -M dirhtml docs/ docs/_build/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
==============
|
||||
pyLanguagetool
|
||||
==============
|
||||
|travis| |license| |latestrelease| |pypi_versions|
|
||||
|gitlab-ci| |license| |latestrelease| |pypi_versions|
|
||||
|
||||
A python library and CLI for the LanguageTool_ `JSON API`_.
|
||||
|
||||
|
@ -142,8 +142,8 @@ Parameters
|
|||
.. |latestrelease| image:: https://img.shields.io/pypi/v/pyLanguagetool.svg
|
||||
:target: https://pypi.python.org/pypi/pyLanguagetool
|
||||
:alt: Latest Version
|
||||
.. |travis| image:: https://img.shields.io/travis/Findus23/pyLanguagetool.svg
|
||||
:target: https://travis-ci.org/Findus23/pyLanguagetool
|
||||
.. |gitlab-ci| image:: https://git.lw1.at/open-source/pylanguagetool/badges/master/pipeline.svg
|
||||
:target: https://git.lw1.at/open-source/pylanguagetool/-/commits/master
|
||||
.. |pypi_versions| image:: https://img.shields.io/pypi/pyversions/pylanguagetool.svg
|
||||
:target: https://pypi.python.org/pypi/pyLanguagetool
|
||||
|
||||
|
|
Loading…
Reference in a new issue