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

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

[pep8]
ignore = E501,E731,W503

[flake8]
ignore = E501,E731,W503