Skip to content

Commit

Permalink
add gb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bird committed Sep 18, 2020
1 parent f39ab1b commit 82f0ef8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 82f0ef8

Please sign in to comment.