From 9125b2d30023f5ed278fa6bf9ad562b05b157acc 2018-11-28 20:18:40 From: Branko Majic Date: 2018-11-28 20:18:40 Subject: [PATCH] GC-30: Added Python 3.7 to tox configuration as test environment. --- diff --git a/tox.ini b/tox.ini index 89b12037325e5f4ac238637ce0fa875c09f1ee43..2bd586f98665459d8c6f994bc569b0f105b0d47f 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,7 @@ basepython = py34: python3.4 py35: python3.5 py36: python3.6 + py37: python3.7 deps = .[test]