Add some recursive-exclude related to hypothesis and freeze

This commit is contained in:
Bruno Oliveira 2016-11-10 08:48:56 -02:00
parent 26b1519534
commit aaa547e763
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ exclude _pytest/impl
graft _pytest/vendored_packages
recursive-exclude * *.pyc *.pyo
recursive-exclude testing/.hypothesis *
recursive-exclude testing/freeze/~ *
recursive-exclude testing/freeze/build *
recursive-exclude testing/freeze/dist *
exclude appveyor.yml
exclude .travis.yml