summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* GitHub Actions: "3.10" instead of 3.10-dev, pin rnc2rng to keep py2.7 compat ...Michael R. Crusoe2021-11-011-1/+1
* Add Python 3.10 to build matrix.Stefan Behnel2021-10-151-1/+2
* Add CPython nightly builds (currently Py3.10) to the travis build matrix (GH-...Christian Clauss2021-04-241-0/+4
* Include Py3.9 in travis build.Stefan Behnel2020-10-151-1/+2
* Use sphinx-apidoc to create API reference (GH-309)Chris Mayo2020-08-041-2/+9
* Add ppc64le jobs to Travis CI (GH-306)Daniel Axtens2020-07-231-0/+6
* Add support for building "manylinux2014_aarch64" wheels (GH-304)MRoci2020-07-181-0/+6
* Use a compatible version of "coverage". Version 5.0 currently fails with Cython.Stefan Behnel2020-01-031-1/+1
* Minor cleanup of travis config.Stefan Behnel2020-01-031-2/+1
* Travis CI: Simplify now that Trusty is EOL (GH-295)Christian Clauss2020-01-031-16/+3
* Switch to latest libxml2/libxslt versions.Stefan Behnel2019-11-011-2/+2
* Add final Py3.8 to travis and appveyor builds.Stefan Behnel2019-10-271-2/+2
* Test minimum library requirements in travis with Py3.7 instead of Py3.6.Stefan Behnel2019-09-181-1/+2
* Require travis tests to pass in Py3.8.Stefan Behnel2019-09-181-1/+0
* Remove "sudo" tag from travis config (GH-281)Christian Clauss2019-07-271-11/+5
* LP#1827833: Fix .rnc parsing support with recent versions of rnc2rng.Stefan Behnel2019-05-061-1/+1
* Remove support for CPython 3.4.Stefan Behnel2019-04-211-1/+0
* Always use latest Cython master in travis python-dev builds.Stefan Behnel2019-03-311-1/+4
* Fix travis script.Stefan Behnel2019-03-011-2/+2
* Enable coverage testing in travis.Stefan Behnel2019-03-011-1/+3
* Add a coverage analysis build job in travis.Stefan Behnel2019-03-011-1/+5
* Remove Py3.7 from allowed build failures in travis.Stefan Behnel2019-02-081-1/+0
* Also show ccache stats after the test run, in case more files were compiled.Stefan Behnel2019-01-041-0/+1
* Prioritise non-static builds in travis to get faster responsiveness.Stefan Behnel2019-01-041-5/+5
* Increase default libxml2/libxslt versions to 2.9.9 and 1.1.33.Stefan Behnel2019-01-041-2/+2
* Simplify ccache usage by relying on its aliases being in the path before gcc.Stefan Behnel2018-12-021-1/+1
* Increase minimum required lib versions to what actually compiles and tests co...Stefan Behnel2018-12-021-0/+5
* Start caching libs/ download directory to avoid re-downloading the dependenci...Stefan Behnel2018-11-231-0/+1
* Use older libxml2 version 2.9.8 in travis tests as the latest pre-release 2.9...Stefan Behnel2018-11-231-0/+1
* Drop support for EOL Python 3.3Hugo2018-08-261-1/+0
* Show ccache stats in travis after using it in the build.Stefan Behnel2018-08-041-3/+2
* Speed up travis build by not making it wait for Py3.7 (xenial).Stefan Behnel2018-08-041-0/+1
* Try to actually enable ccache.Stefan Behnel2018-08-041-2/+2
* Try to reverse the travis matrix build order.Stefan Behnel2018-08-041-7/+7
* Remove non-working Python setup from travis build matrix.Stefan Behnel2018-08-041-1/+0
* Repair travis build matrix setup by removing duplicate matrix config.Stefan Behnel2018-08-041-6/+4
* Revert most changes in travis build matrix.Stefan Behnel2018-08-041-29/+22
* Try to fix travis build setup for Py3.7+.Stefan Behnel2018-08-041-8/+17
* Try to fix travis build setup for Py3.8 and Py3.7.Stefan Behnel2018-08-041-11/+7
* Make sure ccache is available in travis build and use the same setup for Py3....Stefan Behnel2018-08-041-6/+15
* Enable ccache for travis builds.Stefan Behnel2018-08-041-0/+14
* Use a fixed libxslt version for the static builds in travis since the latest ...Stefan Behnel2018-08-041-0/+2
* Revert to using Ubuntu trusty in travis by default since the xenial farm stil...Stefan Behnel2018-08-041-4/+13
* Try to get Py3.7 running in travis.Stefan Behnel2018-08-041-2/+2
* Merge branch lxml-4.2 into master.Stefan Behnel2018-08-031-0/+1
|\
| * Fix CFLAGS in travis build.Stefan Behnel2018-07-171-2/+2
| * Include standard Py3.7 in travis builds.Stefan Behnel2018-08-031-0/+1
* | Officially remove support for Py2.6.Stefan Behnel2018-07-301-1/+0
* | Fix CFLAGS in travis build.Stefan Behnel2018-07-171-2/+2
* | Make travis also test the latest static build.Stefan Behnel2018-07-171-0/+5
|/