From 01719408bc2f65665d4d3ced8902f7c832c791b6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 8 Feb 2017 14:18:10 +0100 Subject: [PATCH] Update CONTRIBUTING --- CONTRIBUTING.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc index e12d9cb9a..e240015ce 100644 --- a/CONTRIBUTING.asciidoc +++ b/CONTRIBUTING.asciidoc @@ -638,6 +638,7 @@ New PyQt release * See above * Install new PyQt in Windows VM (32- and 64-bit) * Download new installer and update PyQt installer path in `ci_install.py`. +* Update `tox.ini`/`.travis.yml`/`.appveyor.yml` to test new versions qutebrowser release ~~~~~~~~~~~~~~~~~~~