ignore coverage temporary files

removed "exclude-dirs" from setup.cfg. Travis still cant work with nose-plugins
This commit is contained in:
maxkoryukov
2016-02-03 02:58:28 +05:00
parent f32ee0a9be
commit a175ec5b5c
2 changed files with 10 additions and 6 deletions

14
.gitignore vendored
View File

@@ -1,3 +1,12 @@
[Tt]est[Rr]esult*
/cache
/logs
.project
.pydevproject
# coverage generated:
/cover-html/
.coverage
# Compiled source #
###################
@@ -61,8 +70,3 @@ Thumbs.db
obj/
[Rr]elease*/
_ReSharper*/
[Tt]est[Rr]esult*
/cache
/logs
.project
.pydevproject

View File

@@ -2,7 +2,7 @@
verbosity=2
tests=headphones
#rednose=1
exclude-dir=lib
#exclude-dir=lib
with-coverage=1
cover-branches=1