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/