aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2018-01-16bpo-32549: Compile OpenSSL 1.1.0 on Travis CI (#5180)Christian Heimes
2017-11-27Revert "bpo-30487: automatically create a venv and install Sphinx when runnin...Ned Deily
2017-11-26bpo-30487: automatically create a venv and install Sphinx when running make (...Caleb Hattingh
2017-10-24bpo-31810: Add smelly.py to check exported symbols (#4057)Victor Stinner
2017-10-03bpo-31540: Allow passing multiprocessing context to ProcessPoolExecutor (#3682)Thomas Moreau
2017-09-13Travis CI: run coverage test using --fail-env-changed (#3541)Victor Stinner
2017-09-06bpo-31355: Travis CI: remove the macOS job (#3367)Victor Stinner
2017-09-05Include additional changes to support blurbified NEWS (#3340)Ned Deily
2017-09-05Travis: use ccache (#3307)Christian Heimes
2017-08-18bpo-31231: Fix pythoninfo in Travis config (#3134)Victor Stinner
2017-08-17bpo-30871: Add test.pythoninfo (#3075)Victor Stinner
2017-07-20bpo-30822: Exclude tzdata from regrtest --all (#2775)Victor Stinner
2017-06-24Check the whitespace of pull requests on Travis (GH-2367)Brett Cannon
2017-06-10Show what's changed when Travis fails regen check (GH-2095)Zachary Ware
2017-06-10Use Travis to make sure all generated files are up to date (GH-2080)Zachary Ware
2017-06-05Install dependencies in Travis OSX build (GH-1952)Zachary Ware
2017-06-05bpo-30417: Disable 'cpu' and 'tzdata' resources on Travis (GH-1928)Zachary Ware
2017-06-03Turn on macOS builds for Travis (GH-1846)Brett Cannon
2017-05-31Fix Travis config to reinstate test build (GH-1879)Hiro Asari
2017-05-29Build docs in parallel (#1842)Antoine Pitrou
2017-05-16bpo-30380: Pin the version of Sphinx used to build the documentation (GH-1612)Mariatta
2017-05-11Comment as to why docs are built against Python 3.6 (#1550)Brett Cannon
2017-03-27Drop the standard gcc test build on Travis (GH-853)Brett Cannon
2017-03-26Treat Sphinx warnings as errors (GH-832)Zachary Ware
2017-03-19Drop C++ header compatibility test (#718)Brett Cannon
2017-03-17Combine the C++ header CI build into the main C build (GH-697)Brett Cannon
2017-03-08Exit Travis when only Misc/* is changed. (#564)Serhiy Storchaka
2017-02-15Doc/Makefile: set PYTHON to python3 (#124)Victor Stinner
2017-02-15More Travis docs build tweaks (GH-113)Zachary Ware
2017-02-14Only run Travis tests on master and X.Y branches (GH-102)Donald Stufft
2017-02-14Have Travis consider a pull request as passing as soon as required tests comp...Brett Cannon
2017-02-14Use 'make check' instead of 'python3 tools/rstlint.py' (#96)Berker Peksag
2017-02-14Only run CI checks when appropriate files have changed (#74)Berker Peksag
2017-02-13Travis CI: run rstlint.py in the docs job (#68)Victor Stinner
2017-02-11Make Travis docs build more lenient (#16)Zachary Ware
2017-02-11Fix bpo-29528 Use a secure variable to stop spam (#13)Donald Stufft
2017-02-11Don't treat warnings as error in Travis docs job (#7)Victor Stinner
2017-02-10Add a Travis configuration fileBrett Cannon