From 0a40dfced68717cd254fc3d3874ae6cddf8639de Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 19 Oct 2015 20:22:01 +0200 Subject: [PATCH] tox: Update to pytest-travis-fold to 1.1.0. - Move auxiliary logic from TravisContext into module-level functions - Add 'travis' fixture and functions for folding given string/lines --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 094d1dcda..cbe077b75 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ deps = pytest-html==1.7 pytest-faulthandler==1.0.1 pytest-sugar==0.5.1 - pytest-travis-fold==1.0.1 + pytest-travis-fold==1.1.0 xvfbwrapper==0.2.5 hypothesis==1.12.0 coverage==4.0.1