Skip to content

Commit

Permalink
Update setup.cfg by removing unused aliases and moving tests configur…
Browse files Browse the repository at this point in the history
…ation to nosetests section
  • Loading branch information
amol- committed Jan 14, 2015
1 parent 15f1bf3 commit cf12066
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions setup.cfg
@@ -1,17 +1,11 @@
[aliases]
# A handy alias to make a release to pypi
release = egg_info -RDb "" sdist bdist_egg register upload
# A handy alias to install for development
tgdevelop = develop -i http://tg.gy/230
# Another alias for installing all possible requirements for testing
tgtesting = easy_install -i http://tg.gy/230 AddOns BytecodeAssembler Chameleon coverage DecoratorTools Extremes Genshi Jinja2 Kajiki kid multiprocessing nose PEAK_Rules repoze.who repoze.who_friendlyform repoze.who.plugins.sa simplegeneric sprox SQLAlchemy SymbolType tgext.admin tgext.crud ToscaWidgets transaction TurboJson TurboKid tw.forms zope.interface zope.sqlalchemy tw2.forms tw2.core speaklater
tgrelease = easy_install yolk basketweaver sphinx
tgnose = nosetests --with-coverage --cover-erase --cover-package=tg --with-xunit --verbosity=2

# A handy alias to run tests with a coverage report
cover = nosetests --with-coverage

[egg_info]

[nosetests]
exclude=who_testutil
verbosity = 2
detailed-errors = 1
with-coverage = true
cover-erase = true
cover-package = tg

0 comments on commit cf12066

Please sign in to comment.