Skip to content

Commit

Permalink
Spell common 'nosetests' options in 'setup.cfg'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Mar 20, 2015
1 parent 3ba1079 commit d0e4796
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[nosetests]
nocapture=1
cover-package=ExtensionClass
cover-erase=1
with-doctest=1
where=src
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =

[testenv]
commands =
nosetests --doctest-tests
nosetests
deps =
nose

Expand All @@ -18,7 +18,7 @@ setenv =
basepython =
python2.7
commands =
nosetests --with-xunit --with-xcoverage --doctest-tests --cover-package=ExtensionClass
nosetests --with-xunit --with-xcoverage
deps =
nose
coverage
Expand Down

0 comments on commit d0e4796

Please sign in to comment.