diff options
author | Dylan Baker <baker.dylan.c@gmail.com> | 2016-01-20 12:33:43 -0800 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2016-02-08 12:29:32 -0800 |
commit | 8c3bb871120f81b7c57b214ee2771184060a4d6b (patch) | |
tree | 9cc29f9c2d7daed42d33835d787fde06821e07e1 | |
parent | e8bdda669b6178ff5b29cf049cdf4cd956b63847 (diff) |
tox.ini: drop explicit coverage generation
Instead allow extra arguments to be passed to tox, which can be used to
set the coverage options if wanted.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Acked-by: Jose Fonseca <jfonseca@vmware.com>
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,5 +18,5 @@ deps = generator: six generator: numpy commands = - {accel,noaccel}: nosetests unittests --with-cover --cover-package=framework --cover-tests - generator: nosetests generated_tests/test_generators.py + {accel,noaccel}: nosetests unittests [] + generator: nosetests generated_tests/test_generators.py [] |