summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-08-12 18:24:13 +0200
committerFlorian Bruhin <git@the-compiler.org>2015-08-12 18:24:13 +0200
commit72e5df0d57303f2bb64a9e0507338c8c40baaa14 (patch)
treeb5af0309f19c2474e5827834d62eae310e582386 /tox.ini
parent3e2aafa7a4af83c4a4f7cdabc7b2bb88a1a30826 (diff)
downloadqutebrowser-72e5df0d57303f2bb64a9e0507338c8c40baaa14.tar.gz
qutebrowser-72e5df0d57303f2bb64a9e0507338c8c40baaa14.zip
tox: Update pytest-html to 1.4.
Changelog: * Drop support for pytest < 2.6 * Mention support for PyPy3 in README * Fix unencodable strings for Python 3.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 903ac4916..679dba9e7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,7 +19,7 @@ deps =
pytest-capturelog==0.7
pytest-qt==1.5.1
pytest-mock==0.7.0
- pytest-html==1.3.2
+ pytest-html==1.4
hypothesis==1.10.1
hypothesis-pytest==0.17.0
coverage==3.7.1