summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 87a53f0f94dbe030036e1fd731bd421cf19a65c4 (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==3.3.2
    pytest-cov==2.5.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