Remove SETUPTOOLS_SCM_PRETEND_VERSION during linting

It was needed because of check-manifest, but we no longer have a
MANIFEST file so it is not necessary
This commit is contained in:
Bruno Oliveira 2017-07-19 10:02:13 -03:00
parent 2d4f1f022e
commit d7f182ac4f
1 changed files with 0 additions and 3 deletions

View File

@ -49,9 +49,6 @@ commands=
skipsdist=True
usedevelop=True
basepython = python2.7
# needed to keep check-manifest working
setenv =
SETUPTOOLS_SCM_PRETEND_VERSION=2.0.1
deps =
flake8
# pygments required by rst-lint