Run nose-achievements if installed when testing.

This commit is contained in:
Bastian Kleineidam 2010-03-06 11:20:13 +01:00
parent 4039d091eb
commit 100837f3ac
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
*.pyo *.pyo
/build /build
/dist /dist
/.achievements

2
setup.cfg Normal file
View File

@ -0,0 +1,2 @@
[nosetests]
with-achievements=1