restore check-manifst functionality
This commit is contained in:
parent
31e6fe8f52
commit
c0a51f5662
|
@ -18,4 +18,3 @@ if os.path.isdir('.git'):
|
||||||
else:
|
else:
|
||||||
print('No .git directory found, skipping checking the manifest file')
|
print('No .git directory found, skipping checking the manifest file')
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -47,6 +47,8 @@ commands=
|
||||||
|
|
||||||
[testenv:linting]
|
[testenv:linting]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
|
setenv = # needed to keep check-manifest working
|
||||||
|
SETUPTOOLS_SCM_PRETEND_VERSION=0.0.1
|
||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
# pygments required by rst-lint
|
# pygments required by rst-lint
|
||||||
|
|
Loading…
Reference in New Issue