summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)Christian Heimes2019-09-111-1/+1
* Remove macOS tests from Travis. (GH-15809)Benjamin Peterson2019-09-101-10/+0
* Future-proof .travis.yml for Python 3.10 (GH-14831)Anthony Sottile2019-09-091-1/+1
* bpo-30345: travis: use -Og with --with-pydebug (GH-14423)Inada Naoki2019-06-281-1/+2
* bpo-33926: enable GDB tests on Travis CI (GH-14395)Jeroen Demeyer2019-06-271-2/+2
* Doc: Bump Sphinx verison. (#13785)Julien Palard2019-06-151-1/+1
* bpo-37081: Test with OpenSSL 1.1.1c (GH-13631)Christian Heimes2019-06-031-1/+1
* Name individual Travis CI jobs (GH-13268)Gordon P. Hemsley2019-05-131-6/+12
* bpo-36684: Split out gcc and test coverage builds (GH-13146)Gordon P. Hemsley2019-05-121-4/+18
* bpo-36597: fix random doctest failure (GH-12776)Inada Naoki2019-04-111-16/+14
* bpo-36597: Disable Travis CI doctest job (GH-12775)Victor Stinner2019-04-111-14/+16
* bpo-36307: Travis: upgrade to Xenial environment (GH-12356)CAM Gerlach2019-03-181-2/+1
* bpo-35240: Add "doctest" job to Travis CI (GH-10753)Victor Stinner2018-11-281-4/+16
* Doc: Bump sphinx. (GH-10676)Julien Palard2018-11-241-1/+1
* Encrypt Zulip webhook address (GH-10010)Zachary Ware2018-10-201-5/+8
* Pin again sphinx version as stated in the comment. (GH-9824)Julien Palard2018-10-121-1/+1
* bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)Stéphane Wirtel2018-10-121-4/+10
* bpo-34670: Add TLS 1.3 post handshake auth (GH-9460)Christian Heimes2018-09-221-1/+1
* Enable GUI testing on Travis Linux builds via Xvfb (GH-7887)Zachary Ware2018-07-111-2/+7
* Add test coverage reporting for C files (GH-7773)Ammar Askar2018-06-221-1/+6
* travis: Fix macOS build (GH-7250)INADA Naoki2018-06-041-1/+1
* bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)Christian Heimes2018-05-221-1/+1
* Add a webhook for Zulip to the Travis configuration (GH-6379)Brett Cannon2018-04-041-0/+5
* bpo-30607: Use external python-doc-theme (GH-2017)Jon Wayne Parrott2018-03-011-1/+2
* bpo-31355: Travis-CI: re-enable macOS job (#5858)Antoine Pitrou2018-02-271-3/+12
* Clean up Travis config (GH-5727)Zachary Ware2018-02-181-48/+52
* bpo-30638: Add clinic to `make regen-all` (GH-5671)Zachary Ware2018-02-171-2/+2
* travis: Use -O3 option (GH-5599)INADA Naoki2018-02-101-1/+2
* bpo-32802: Fix Travis build (GH-5589)Stéphane Wirtel2018-02-081-1/+1
* Fix changed file detection on Travis (GH-3129)Ammar Askar2018-01-271-1/+15
* bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)Christian Heimes2018-01-161-0/+24
* Revert "bpo-30487: automatically create a venv and install Sphinx when runnin...Ned Deily2017-11-271-1/+1
* bpo-30487: automatically create a venv and install Sphinx when running make (...Caleb Hattingh2017-11-261-1/+1
* bpo-31810: Add smelly.py to check exported symbols (#4057)Victor Stinner2017-10-241-0/+2
* bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682)Thomas Moreau2017-10-031-1/+1
* Travis CI: run coverage test using --fail-env-changed (#3541)Victor Stinner2017-09-131-1/+1
* bpo-31355: Travis CI: remove the macOS job (#3367)Victor Stinner2017-09-061-9/+0
* Include additional changes to support blurbified NEWS (#3340)Ned Deily2017-09-051-1/+1
* Travis: use ccache (#3307)Christian Heimes2017-09-051-2/+4
* bpo-31231: Fix pythoninfo in Travis config (#3134)Victor Stinner2017-08-181-1/+1
* bpo-30871: Add test.pythoninfo (#3075)Victor Stinner2017-08-171-0/+2
* bpo-30822: Exclude tzdata from regrtest --all (#2775)Victor Stinner2017-07-201-2/+2
* Check the whitespace of pull requests on Travis (GH-2367)Brett Cannon2017-06-241-0/+5
* Show what's changed when Travis fails regen check (GH-2095)Zachary Ware2017-06-101-1/+3
* Use Travis to make sure all generated files are up to date (GH-2080)Zachary Ware2017-06-101-0/+7
* Install dependencies in Travis OSX build (GH-1952)Zachary Ware2017-06-051-0/+4
* bpo-30417: Disable 'cpu' and 'tzdata' resources on Travis (GH-1928)Zachary Ware2017-06-051-5/+5
* Turn on macOS builds for Travis (GH-1846)Brett Cannon2017-06-031-9/+11
* Fix Travis config to reinstate test build (GH-1879)Hiro Asari2017-05-311-13/+7
* Build docs in parallel (#1842)Antoine Pitrou2017-05-291-1/+1