Skip to content
Snippets Groups Projects
Commit 8a714658bdb0 authored by Florent Aide's avatar Florent Aide
Browse files

Adding setup.cfg

parent fa1fa6235171
No related tags found
No related merge requests found
[egg_info]
tag_build = .dev1
tag_svn_revision = false
[nosetests]
detailed-errors=1
with-doctest=1
verbose=True
[aliases]
test = nosetests --detailed-errors --with-doctest --cover-package=pytsprf
release = egg_info -RDb "" sdist --formats=gztar,zip bdist_egg bdist_wheel
release_upload = egg_info -RDb "" sdist --formats=gztar,zip bdist_egg bdist_wheel upload --sign
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment