summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
Commit message (Collapse)AuthorAgeFilesLines
* tap.py doesn't support Python 2Matěj Cepl2023-03-281-1/+1
|
* One more forgotten use of parameterized.Matěj Cepl2023-03-171-1/+1
|
* Generates TAP.Matěj Cepl2023-03-171-9/+11
| | | | Not sure how important it is, but it looks neat.
* Upgrade openssl on openSUSE to v3Matěj Cepl2023-02-071-6/+6
|
* Use the latest Fedora instead.Matěj Cepl2023-02-041-3/+1
|
* Allow failure of Python 2.7 and Fedora Rawhide tests.Matěj Cepl2023-02-011-0/+4
| | | | They fail too often and I really don't care that much.
* Install openssl explicitly on openSUSE.Matěj Cepl2021-06-141-1/+1
|
* Fix main.ymlMatěj Cepl2021-01-141-11/+19
| | | | | | Perhaps unittest is enough, after all Fixes #288
* Fix typo parametrized -> parameterizedMatěj Cepl2020-12-081-4/+4
|
* Add centos7 GitLab-CI targetMatěj Cepl2020-12-081-0/+10
|
* Some distros don't distribute parameterizedMatěj Cepl2020-12-071-3/+6
|
* Use parametrized to create parametrized tests.Matěj Cepl2020-12-031-15/+7
| | | | | Stop testing 2.7 on Fedora. Remove .travis.yml, we have Github Actions working
* Remove support for CentOS 6 and Python 2.6Matěj Cepl2020-11-201-16/+0
| | | | | | Support of CentOS 6 ends on 2020-11-30. Fixes #283
* Update Debian/stable SSL as wellMatěj Cepl2019-11-241-1/+1
|
* CI: Rework Fedora CI configurationNeal Gompa2019-06-271-5/+13
| | | | | | | Upgrade Fedora environments to Fedora 30 since Fedora 26 has been long EOL. In addition, rename them so Python 2 is the non-default environment. Finally, add a Fedora Rawhide environment to validate M2Crypto there, similarly to how it is validated on openSUSE Tumbleweed.
* Stop pretending to support Python 3.4.Matěj Cepl2019-04-261-6/+2
|
* Fix openssl 1.1 devel installation.Matěj Cepl2018-11-081-1/+1
|
* Deprecate Python 3.3 (unsupported by Twisted) and test on 3.7.Matěj Cepl2018-10-031-2/+2
| | | | | Unfortunately 3.7 doesn't work on Travis CI (because of too old OpenSSL).
* Move from the deprecated Docker images.Matěj Cepl2018-10-031-1/+1
|
* We need to require libssl1.0-dev and then we don't need libssl1.0.0 explicitly.Matěj Cepl2018-06-041-3/+3
| | | | But only on Debian/stretch, jessie has libssl-dev right.
* Add test on OpenSUSE/Tumbleweed.Matěj Cepl2018-04-171-0/+9
|
* Don't pull Twisted from pip, use Debian packages from backports.Matěj Cepl2018-04-121-4/+4
|
* Fix .gitlab-ci.ymlMatěj Cepl2018-02-191-2/+2
|
* Metadata for py3k port.Matěj Cepl2018-02-081-8/+21
|
* Fix GitLab CI to allow parallel jobs.Matěj Cepl2017-12-181-34/+0
|
* Don't test on Rawhide, switch to F26 instead.Matěj Cepl2017-09-191-1/+1
|
* Use Fedora/Rawhide instead of 26Matěj Cepl2017-07-171-1/+1
|
* Add Gitlab CI testing for Python 3.6Matěj Cepl2017-03-161-0/+12
|
* Refresh cashes for dnf installMatěj Cepl2016-12-131-1/+1
|
* Test also on the latest Fedora imageMatěj Cepl2016-10-301-0/+11
| | | | | We cannot use Rawhide, because constant updates are just not working well with GitLab CI.
* Don't worry about packaging generated files and not install swig on RHEL-6.Matěj Cepl2016-07-291-1/+1
|
* Run CentOS 6 tests on Gitlab CI as well.Matěj Cepl2016-07-221-5/+6
|
* Switch off CentOS 6 build for the moment as well.Matěj Cepl2016-04-221-3/+3
| | | | | Trying to avoid https://gitlab.com/gitlab-org/gitlab-ce/issues/15311 for now, so that we have at least python3 testing.
* Switch off PyPy ... supporting it is a really big job.Matěj Cepl2016-04-201-3/+3
|
* Multiple stages per test.Matěj Cepl2016-04-201-10/+56
| | | | Includes python34, CentOS 6 (for Python 2.6), and PyPy.
* Add twisted dependencyMatěj Cepl2016-03-171-0/+1
|
* Add python-setuptools to CI.Craig Rodrigues2015-12-041-0/+1
|
* Build before testingCraig Rodrigues2015-11-191-0/+1
|
* Fix apt-get commandCraig Rodrigues2015-11-181-24/+2
|
* Add .travis.yml and .gitlab-ci.ymlMatěj Cepl2015-10-161-0/+29
Fixes #50