You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tox.ini 238B

1234567891011121314
  1. [flake8]
  2. exclude = migrations
  3. max-complexity = 10
  4. ignore = W503
  5. [tox]
  6. envlist = {py27,py33,py34}-{1.7,1.8}
  7. [testenv]
  8. commands = python runtests.py
  9. deps =
  10. -r{toxinidir}/requirements.txt
  11. 1.7: django==1.7.8
  12. 1.8: django==1.8.1