tox.ini 397 B

123456789101112131415161718192021222324252627
  1. [tox]
  2. envlist = py33, py34, py35
  3. [base]
  4. deps =
  5. sqlalchemy
  6. nose-cov
  7. pam
  8. requests
  9. [testenv]
  10. commands = nosetests []
  11. [testenv:py33]
  12. deps =
  13. git+https://github.com/eberle1080/dulwich-py3k.git
  14. {[base]deps}
  15. [testenv:py34]
  16. deps =
  17. git+https://github.com/eberle1080/dulwich-py3k.git
  18. {[base]deps}
  19. [testenv:py35]
  20. deps =
  21. git+https://github.com/eberle1080/dulwich-py3k.git
  22. {[base]deps}