Change Bumpr test from tox to unittest

There are currently some minor problems when running tox that are not
present when running "python -m unittest discover". Once those problems
have been resolved, we should probably change this setting back to tox.
This commit is contained in:
Justin Mayer 2013-09-24 21:28:59 +02:00
commit 5f23aab807

View file

@ -4,7 +4,7 @@ vcs = git
clean =
python setup.py clean
rm -rf *egg-info build dist
tests = tox
tests = python -m unittest discover
publish = python setup.py sdist register upload
files = README.rst