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:
Bruno Oliveira
2016-05-11 22:28:22 -03:00
parent 8ec8d29cbf
commit 9786e3d774

View File

@@ -13,7 +13,8 @@ changedir=testing
passenv = USER USERNAME
deps =
pycmd
setuptools_scm # to avoid .eggs
# to avoid .eggs
setuptools_scm
pytest26: pytest~=2.6.1
pytest27: pytest~=2.7.2
pytest28: pytest~=2.8.7