summaryrefslogtreecommitdiff
path: root/.gitlab-ci/test-docker.sh
Commit message (Expand)AuthorAgeFilesLines
* Drop Python 3.7 support and update CI envsChristoph Reiter2023-03-191-0/+3
* coverage: include Python coverage in lcov reportChristoph Reiter2022-03-271-0/+1
* CI: bring back lcov supportChristoph Reiter2020-11-071-1/+5
* CI: install pycairo from pypi not git masterChristoph Reiter2020-01-241-2/+1
* coverage: add coverage context for each jobChristoph Reiter2019-12-271-2/+3
* Revert "CI: pin coverage.py version to 4.x, we don't support 5.x yet"Christoph Reiter2019-12-201-1/+1
* CI: pin coverage.py version to 4.x, we don't support 5.x yetChristoph Reiter2019-12-171-1/+1
* ci: enable pycairo for PyPyChristoph Reiter2019-02-131-7/+3
* ci: add a timeout multiplier for meson testsChristoph Reiter2019-02-011-1/+1
* ci: don't use meson master for testing, use the latest release insteadChristoph Reiter2018-11-041-1/+1
* ci: enable the new python 3.7 developer mode during testsChristoph Reiter2018-08-151-0/+3
* ci/meson: build with pypy and run testsChristoph Reiter2018-05-131-8/+11
* meson: don't autodetect pycairo support, force it and add an option to disabl...Christoph Reiter2018-05-061-0/+1
* ci: fix doc build not being runChristoph Reiter2018-05-031-4/+4
* ci: remove pypy workaround where pip crashes with MALLOC_CHECK_Christoph Reiter2018-05-031-5/+0
* ci: build with mesonChristoph Reiter2018-05-031-0/+10
* ci: run tests under pypy but allow failures for startersChristoph Reiter2018-04-221-5/+0
* ci: enable -WerrorChristoph Reiter2018-04-121-1/+2
* gitlab-ci: install all test dependencies under PyPyChristoph Reiter2018-04-011-4/+3
* Remove autotools build systemChristoph Reiter2018-03-261-22/+7
* gitlab-ci: add a pypy2 job. See #180Christoph Reiter2018-03-241-7/+16
* gitlab-ci: Add Windows coverage support. See #168Christoph Reiter2018-02-231-0/+5
* coverage: don't just use the major python version number for coverage files n...Christoph Reiter2018-02-171-1/+1
* gitlab-ci: Add coverage reportsChristoph Reiter2018-02-171-4/+16
* gitlab-ci: Install pytest-faulthandlerChristoph Reiter2018-02-141-1/+1
* tests: switch to pytest as the default test runner. See #153Christoph Reiter2018-02-101-1/+1
* gitlab-ci: use pyenv in docker instead of the deadsnakes PPAChristoph Reiter2018-02-081-5/+6
* gitlab-ci: adjust PKG_CONFIG_PATH for pycairoChristoph Reiter2018-02-061-1/+1
* gitlab-ci: switch to a non-srcdir buildChristoph Reiter2018-01-201-1/+7
* autotools: use flake8 instead of pep8/pyflakesChristoph Reiter2018-01-201-1/+1
* gitlab-ci: Install pep8 package, "make check.quality" requires itChristoph Reiter2018-01-201-1/+1
* setup.py: add a "test" command which is equal to "make check" with autotoolsChristoph Reiter2018-01-191-0/+3
* Add gitlab CI testsChristoph Reiter2018-01-101-0/+30