[tox] Get rid of "touch test-results.xml" for flake8 and check-manifest environments
CI server does not rely on this anymore.
--- a/tox.ini Mon Sep 26 16:53:33 2016 +0200
+++ b/tox.ini Wed Sep 28 14:40:58 2016 +0200
@@ -26,8 +26,6 @@
flake8 >= 3
commands =
flake8 {toxinidir}
-# So that Jenkins JUnit plugin does not complain about missing XML results.
- touch test-results.xml
[testenv:doc]
changedir = doc
@@ -45,8 +43,6 @@
# ignore symlinks that are not recognized by check-manifest, see
# https://github.com/mgedmin/check-manifest/issues/69
--ignore cubicweb/devtools/test/data/cubes/i18ntestcube,cubicweb/test/data/legacy_cubes*
-# So that Jenkins JUnit plugin does not complain about missing XML results.
- touch test-results.xml
[pytest]
python_files = *test_*.py