tox.ini 255 B

123456789101112131415
  1. [tox]
  2. envlist = py26, py27, pypy, py33, py34, py26-cdecimal, py27-cdecimal
  3. [testenv]
  4. deps =
  5. pytest
  6. cdecimal: m3-cdecimal
  7. whitelist_externals = make
  8. commands = make clean-cldr test
  9. [pep8]
  10. ignore = E501,E731,W503
  11. [flake8]
  12. ignore = E501,E731,W503