certbot/tools
Adrien Ferrand b52cbc0fb7 Reduce build log verbosity on Travis (#6597)
PR #6568 removed the --quiet option in pip invocations, because this option deletes a lot of extremely useful logs when something goes wrong. However, when everything goes right, or at least when pip install is correctly executed, theses logs add hundreds of lines that are only noise, making hard to debug errors that can be in only one or two lines.

We can have best of both worlds. Travis allows to fold large blocks of logs, that can be expanded directly from the UI if needed. It only requires to print in the console some specific code, that this PR implements in the pip_install.py script when the build is run in Travis (known by the existence of TRAVIS environment variable).

I also take the occasion to clean up a little tox.ini.

Note that AppVeyor does not have this fold capability, but it can be emulated using a proper capture of stdout/stderr delivered only when an error is detected.

* Fold pip install log on travis

* Global test env

* Export env variable
2019-01-08 20:45:16 -08:00
..
_changelog_top.txt Automation for changelog changes during release (#6489) 2018-11-26 17:48:59 -05:00
_release.sh Pin all dependency installation in the release script (#6584) (#6602) 2019-01-02 10:08:08 -08:00
_venv_common.py [Windows|Unix] Use double quote compatible both for windows and linux (#6553) 2019-01-07 12:00:01 -08:00
deactivate.py Use josepy instead of acme.jose. (#5203) 2017-12-11 11:25:09 -08:00
deps.sh rename letshelp-letsencrypt 2016-04-13 17:42:19 -07:00
dev_constraints.txt Conditionally depend on imgconverter for newer versions of Sphinx (#6536) 2018-12-04 10:56:15 -08:00
docker-warning.sh add docker-warning script 2017-03-06 19:31:42 -08:00
eff-pubkey.pem Add pubkey to tree 2016-03-01 11:21:51 -08:00
half-sign.c Use SHA256 openssl signatures 2016-01-11 14:22:51 -08:00
install_and_test.py Remove -q/--quiet from pip invocations. (#6568) 2018-12-06 16:02:16 -08:00
merge_requirements.py [Windows|Unix] Rewrite bash scripts for tests into python (#6435) 2018-11-07 17:16:16 -08:00
offline-sigrequest.sh Don't require festival during signing. (#6079) 2018-06-07 11:43:45 +03:00
oldest_constraints.txt Correct the oldest requirements environment (#6569) 2019-01-08 19:44:25 -08:00
pip_install.py Reduce build log verbosity on Travis (#6597) 2019-01-08 20:45:16 -08:00
pip_install_editable.py Fail-fast in test/cover/lint scripts (#6487) 2018-11-14 13:57:40 -08:00
readlink.py [Windows|Unix] Rewrite bash scripts for tests into python (#6435) 2018-11-07 17:16:16 -08:00
release.sh Release script improvements (#6337) 2018-09-05 14:10:05 -07:00
simple_http_server.py Fix print() and xrange() for Python 3 (#5590) 2018-03-14 09:37:29 -07:00
sphinx-quickstart.sh Put API link at the bottom of DNS plugin docs (#5699) 2018-03-12 17:10:23 -07:00
venv.py Update tools/venv3.py to support py launcher on Windows (#6493) 2018-11-15 15:17:36 -08:00
venv3.py Update tools/venv3.py to support py launcher on Windows (#6493) 2018-11-15 15:17:36 -08:00