bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 28 Sep 2016 14:40:58 +0200
changeset 11683 af09c51ad52e
parent 0 b97547f5f1fa
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.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])