Move comment in tox.ini
Latest tox seems to be broken in this regard, it is not stripping the comment from the dependency line
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -13,7 +13,8 @@ changedir=testing
|
|||||||
passenv = USER USERNAME
|
passenv = USER USERNAME
|
||||||
deps =
|
deps =
|
||||||
pycmd
|
pycmd
|
||||||
setuptools_scm # to avoid .eggs
|
# to avoid .eggs
|
||||||
|
setuptools_scm
|
||||||
pytest26: pytest~=2.6.1
|
pytest26: pytest~=2.6.1
|
||||||
pytest27: pytest~=2.7.2
|
pytest27: pytest~=2.7.2
|
||||||
pytest28: pytest~=2.8.7
|
pytest28: pytest~=2.8.7
|
||||||
|
|||||||
Reference in New Issue
Block a user