From 82f0ef8792be109e49fbab5fd24b24726616ae5c Mon Sep 17 00:00:00 2001 From: Thomas Bird Date: Fri, 18 Sep 2020 18:36:02 +0100 Subject: [PATCH] add gb tests --- tox.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 8d4ad05..f81fa40 100644 --- a/tox.ini +++ b/tox.ini @@ -4,12 +4,13 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py34 +envlist = py27, py38 [testenv] commands = py.test \ test_parser.py \ test_parser_ca.py \ - test_parser_us.py + test_parser_us.py \ + test_parser_gb.py deps = pytest