From 9786e3d7744f5312cf45d13f6471ff29ee11c571 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 11 May 2016 22:28:22 -0300 Subject: [PATCH] Move comment in tox.ini Latest tox seems to be broken in this regard, it is not stripping the comment from the dependency line --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4e9273e..7095101 100644 --- a/tox.ini +++ b/tox.ini @@ -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