try using setuptools_scm for automatic versioning based on py-* tags (#187)

* try using setuptools_scm for automatic versioning based on py-* tags

* circument problem with pip-wheel isolation and setuptoosl_scm

* always provide version, address @flub comment
This commit is contained in:
holger krekel
2019-07-14 09:58:51 +02:00
committed by GitHub
parent 46c64b2511
commit 3e3403d3d7
5 changed files with 37 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ envlist =
[testenv]
commands =
pytest -rsXx {posargs:tests}
pip wheel . -w {toxworkdir}/wheelhouse
python tests/package_wheels.py {toxworkdir}/wheelhouse
passenv =
TRAVIS
DCC_RS_DEV