cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 28 Sep 2016 14:40:58 +0200
changeset 11683 af09c51ad52e
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[tox] Get rid of "touch test-results.xml" for flake8 and check-manifest environments CI server does not rely on this anymore.

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])