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 210B

1234567891011
  1. [tox]
  2. envlist = {py27,py33,py34,py35}-{1.8,1.9}
  3. [testenv]
  4. commands =
  5. pip install -e .[test]
  6. python runtests.py
  7. deps =
  8. -r{toxinidir}/requirements.txt
  9. 1.8: django==1.8.13
  10. 1.9: django==1.9.7