Added pytest-cache to tox.ini

This allows you to only run the last failed tests using `py.test --lf`
or `tox -- --lf`.
This commit is contained in:
Danilo Bargen
2014-07-26 11:32:04 +02:00
parent efebb2d6d0
commit 81e066097d
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -11,3 +11,4 @@
/dist/
jedi.egg-info/
record.json
/.cache/

View File

@@ -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