diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -51,6 +51,10 @@ commands = bash {[tox]script_dir}/autogen.sh whitelist_externals = bash commands = bash {[tox]script_dir}/copyright_year.sh +[testenv:fix_copyright_year] +whitelist_externals = bash +commands = bash {[tox]script_dir}/fix_copyright_year.sh + [testenv:gpl_license] whitelist_externals = bash commands = bash {[tox]script_dir}/gpl_license.sh |