From d7f182ac4fcc1a416b456a02b0ed0508c1659d1c Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 19 Jul 2017 10:02:13 -0300 Subject: [PATCH] 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 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index cc9e64b1c..3dd094866 100644 --- a/tox.ini +++ b/tox.ini @@ -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