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

[testenv]
deps =
    pytest
    cdecimal: m3-cdecimal
    freezegun
whitelist_externals = make
commands = make clean-cldr test

[pep8]
ignore = E501,E731,W503

[flake8]
ignore = E501,E731,W503