From bb28a3fc1cc900f2dde31e1dbc492d9661034f41 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 15 Nov 2018 13:11:52 -0800 Subject: large refactor of python names/paths - Add __init__.py files for fatcat_tools submodules, and use them in imports - Add a bunch of comments to files. - rename a number of classes and functions to be less verbose --- python/tox.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'python/tox.ini') diff --git a/python/tox.ini b/python/tox.ini index d4fc1d9d..f9d811cd 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -1,3 +1,6 @@ +# tox isn't actually used for anything right now, but might be a better tool +# for CI or for testing compatibility with multiple python versions + [tox] envlist = py35 -- cgit v1.2.3