summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* bpo-39035: travis: Don't use beta group (GH-17605)Inada Naoki2019-12-141-1/+0
|
* [2.7] Stop using deprecated logging API in Sphinx suspicious checker (GH-16635)Benjamin Peterson2019-10-081-2/+3
| | | | | (cherry picked from commit ee171a26c1169abfae534b08acc0d95c6e45a22a) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
* bpo-36307: Travis: upgrade to Xenial environment (GH-12356)Inada Naoki2019-03-191-2/+1
| | | | | (cherry picked from commit 74ae50e53e59bbe39d6287b902757f0cd01327dc) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
* [2.7] Enable GUI testing on Travis Linux builds via Xvfb (GH-7887)Zachary Ware2018-07-201-1/+5
| | | (cherry picked from commit b12112b5ba608cdd7a0962a6b18cad4fe58b46e6)
* travis: Use -O3 option (GH-5599)INADA Naoki2018-04-251-0/+5
| | | | We don't use debugger on Travis. (cherry picked from commit 8ff53564730f7ba503f5ad94418c309c48e8516d)
* [2.7] Clean up Travis config (GH-5727)Zachary Ware2018-02-181-13/+39
| | | (cherry picked from commit 7eb3f8226ea7b79dae4e4e8b05730cfe0d9af7c1)
* bpo-31355: Travis CI: remove the macOS job (#3367)Victor Stinner2017-09-061-9/+0
|
* [2.7] Travis: use ccache (GH-3307) (#3333)Christian Heimes2017-09-051-2/+4
| | | (cherry picked from commit 8adc73c)
* bpo-30871: Add test.pythoninfo (#3174) (#3175)Victor Stinner2017-08-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bpo-30871: Add test.pythoninfo (#3075) * Add Lib/test/pythoninfo.py: script collecting various informations about Python to help debugging test failures. * regrtest: remove sys.hash_info and sys.flags from header. * Travis CI, Appveyor: run pythoninfo before tests (cherry picked from commit b907abc88589f7bea52c5afe172ececc6edcda70) * bpo-30871: pythoninfo: add expat and _decimal (#3121) * bpo-30871: pythoninfo: add expat and _decimal * Remove _decimal.__version__ The string is hardcoded, not really interesting. (cherry picked from commit f6ebd838f00b4c211c72d85ee49749e910cd3afe) * bpo-30871: Add "make pythoninfo" (#3120) (cherry picked from commit a3a01a2fceab2188b282ab9911f79c99a4c32273) * bpo-30871: pythoninfo: more sys, os, time data (#3130) * bpo-30871: pythoninfo: more sys, os, time data PythonInfo now converts types other than intger to string by default. * fix typo (cherry picked from commit ad7eaed54382b346784e51a6f0122ce81e8842b5) * bpo-31231: Fix pythoninfo in Travis config (#3134) bpo-31231, bpo-30871: Replace "./python -m test.pythoninfo" with "make pythoninfo", since macOS uses ./python.exe. (cherry picked from commit 92b1f90143286385c0ff5be98d3721b90580a912) (cherry picked from commit 29d007bb670b486788f73c2d742b0ad0b679ff13)
* [2.7] Use Travis to make sure all generated files are up to date (GH-2080) ↵Zachary Ware2017-06-111-0/+9
| | | | | | | (GH-2094) (cherry-picked from commit 0afbabe245e2eb6f7cef3b70531d69f2a7ad8295) Also adds `python.exe-gdb.py` to `.gitignore`, it is created by OS X builds.
* [2.7] Install dependencies in Travis OSX build (GH-1952)Zachary Ware2017-06-061-0/+4
| | | (cherry picked from commit 167e0fc211c06df)
* [2.7] bpo-30417: Disable 'cpu' resource on Travis (GH-1928)Zachary Ware2017-06-061-3/+3
| | | | Also weakens the 'should this be run?' regex to allow all builds when .travis.yml changes. (cherry picked from commit c53b13b270767948fddb58b287149c499f9a03c4)
* [2.7] Turn on macOS builds for Travis (GH-1846) (GH-1931)Brett Cannon2017-06-031-5/+12
| | | | Initially the macOS builds are allowed to fail until such time that they can be determined to be stable and not add an unacceptable amount of time to the overall Travis-passing process. (cherry picked from commit 21c2dd7cf8414c903f0e83cf1d6b7f02f645f422)
* [2.7] Fix Travis config to reinstate test build (GH-1879) (GH-1891)Brett Cannon2017-05-311-12/+11
| | | | (cherry picked from commit a5aa72ac789052411797c6f079ffff0a9fdbf82c)
* [2.7] Build docs in parallel (GH-1842). (GH-1873)Mariatta2017-05-301-1/+1
| | | (cherry picked from commit eba68e2c42e149acecb15bbeb692786e2540157d)
* Build the docs against Sphinx 1.6.1 (GH-1744)Brett Cannon2017-05-231-1/+1
|
* [2.7] bpo-30380: Pin the version of Sphinx used to build the docs (GH-1612) ↵Brett Cannon2017-05-161-1/+3
| | | | (GH-1619)
* Update Travis Doc build config (GH-1565)Zachary Ware2017-05-131-9/+2
| | | | | Build the 'suspicious' doc target, turn on warnings-as-errors on the docs, and always build the docs. This better matches master's doc build setup.
* Drop the standard gcc test build on Travis (GH-853) (GH-861)Brett Cannon2017-03-271-2/+2
| | | | Instead have gcc be used for the coverage build so gcc is exercised in at least one place. (cherry picked from commit ad2f9e2c8a0b44b3e6aec9d28ba59e13239236f7)
* Drop C++ header compatibility test (#718) (#721)Brett Cannon2017-03-191-2/+0
| | | | The $CXX environment variable is not exported under the 'c' language on Travis. (cherry picked from commit 77ed11552da3e01dd235b7d68988076866b1f604)
* [2.7] Combine the C++ header CI build into the main C build (GH-697) (#706)Brett Cannon2017-03-171-9/+2
| | | | This will eliminate one of the builds in Travis, allowing for CI overall to complete faster. (cherry picked from commit 993d4b3440f2282976901ce66879037c4443868a)
* bpo-29529: Add .travis.yml to 2.7 branch (GH-27)INADA Naoki2017-02-201-0/+77