summaryrefslogtreecommitdiff
path: root/tox.ini
blob: b3f8041f4dc92263f3e03c06cbc30f122c76143e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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.11
whitelist_externals = make
commands = make clean-cldr test
passenv = PYTHON_TEST_FLAGS

[pep8]
ignore = E501,E731,W503

[flake8]
ignore = E501,E731,W503