summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-04-07 09:38:53 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2018-04-07 09:38:53 +0200
commit2d52bbc94b27283db60fde98d796b8b7dd32cbc2 (patch)
tree1f61fa6a1fbf6e67147308eda4b84d982c7d665f /tox.ini
parent96f68bbaa44e9853291ab356a202319fbd906cc4 (diff)
downloadsetuptools-scm-2d52bbc94b27283db60fde98d796b8b7dd32cbc2.tar.gz
reintroduce a manifest, fixes #211
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 6605401..864b7b1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,11 +30,14 @@ commands =
[testenv:check_readme]
skip_install=True
+setenv = SETUPTOOLS_SCM_PRETEND_VERSION=2.0
deps=
readme
+ check-manifest
commands=
python setup.py check -r -s
rst2html.py README.rst {envlogdir}/README.html --strict []
+ check-manifest
[testenv:upload]
deps=