From 88cd856a739c1ee80557d404a7e9e5f7558287c7 Mon Sep 17 00:00:00 2001 From: Ana Ribeiro Date: Mon, 7 Jan 2019 17:37:16 -0300 Subject: [PATCH] added comment about issue 77 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 7c598378..6c016093 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,7 @@ # in multiple virtualenvs. This configuration file will run the # test suite on all supported python versions. To use it, "pip install tox" # and then run "tox" from this directory. +# remove "pytest-rerunfailures" version when issue 77 is solved [tox] envlist = py{27,36,37,py,py3}{,-ansi2html}, flake8