Jean-Frédéric has uploaded a new change for review. https://gerrit.wikimedia.org/r/235654
Change subject: Add tox.ini file to test code ...................................................................... Add tox.ini file to test code For now, let’s just flake8 the files converted to pywikibot-core. Change-Id: Ib3d63564f37a57241e509f6fdf42b2e0dd8f946e --- A tox.ini 1 file changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/labs/tools/heritage refs/changes/54/235654/1 diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..be0ce72 --- /dev/null +++ b/tox.ini @@ -0,0 +1,11 @@ +[tox] +envlist = flake8 +skipsdist=true + +[testenv:flake8] +deps = flake8 +commands = flake8 + +[flake8] +exclude = .venv,.tox,monuments_config.py,flickrripper*,add_coord_to_articles.py,top_streets.py,add_object_location_monuments.py,images_of_monuments_without_id.py,update_id_dump.py +ignore = E501,F841 -- To view, visit https://gerrit.wikimedia.org/r/235654 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib3d63564f37a57241e509f6fdf42b2e0dd8f946e Gerrit-PatchSet: 1 Gerrit-Project: labs/tools/heritage Gerrit-Branch: master Gerrit-Owner: Jean-Frédéric <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
