From 81e066097d927bf6a8a352d353327e0d1d26ac95 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sat, 26 Jul 2014 11:32:04 +0200 Subject: [PATCH] Added pytest-cache to tox.ini This allows you to only run the last failed tests using `py.test --lf` or `tox -- --lf`. --- .gitignore | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b4fce685..da611dcf 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /dist/ jedi.egg-info/ record.json +/.cache/ diff --git a/tox.ini b/tox.ini index b553234b..f59efa3c 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = py26, py27, py32, py33, py34 [testenv] deps = pytest>=2.3.5 + pytest-cache # docopt for sith doctests docopt # coloroma for colored debug output