summaryrefslogtreecommitdiff
path: root/tox.ini
blob: c069c5942f7ad32903530c592c34111e7fd08e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tox]
envlist = py27, pypy, py34, py35, py36, py37, pypy3, py27-cdecimal

[testenv]
deps =
    pytest==4.3.1
    pytest-cov==2.6.1
    cdecimal: m3-cdecimal
    freezegun==0.3.12
    backports.zoneinfo;python_version>"3.6" and python_version<"3.9"
whitelist_externals = make
commands = make clean-cldr test
passenv = PYTHON_TEST_FLAGS

[pep8]
ignore = E501,E731,W503

[flake8]
ignore = E501,E731,W503