diff options
Diffstat (limited to 'python/tox.ini')
-rw-r--r-- | python/tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
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 |