aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
298 stars 47 forks source link

General testing improvements #70

Closed toabctl closed 6 years ago

toabctl commented 6 years ago

Recreating the sdist tarball takes some time when calling tox. So skip the sdist creation (which will be implicitly done when "usedevelop=True" is set) and do the "setup.py develop" step instead which is recommended in the tox documentation[1].

[1] http://tox.readthedocs.io/en/latest/example/general.html#avoiding-expensive-sdist