mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
f6c9237a01
commit
5f23aab807
1 changed files with 1 additions and 1 deletions
2
bumpr.rc
2
bumpr.rc
|
|
@ -4,7 +4,7 @@ vcs = git
|
||||||
clean =
|
clean =
|
||||||
python setup.py clean
|
python setup.py clean
|
||||||
rm -rf *egg-info build dist
|
rm -rf *egg-info build dist
|
||||||
tests = tox
|
tests = python -m unittest discover
|
||||||
publish = python setup.py sdist register upload
|
publish = python setup.py sdist register upload
|
||||||
files = README.rst
|
files = README.rst
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue