/tests/buildout.cfg

https://bitbucket.org/cklein/django-piston · Unknown · 24 lines · 22 code · 2 blank · 0 comment · 0 complexity · c9042ff43d137b1769620237f059765b MD5 · raw file

  1. [buildout]
  2. parts = django-1.1 django-1.0
  3. develop = ..
  4. eggs =
  5. django-piston
  6. pyyaml
  7. [django-1.1]
  8. recipe = djangorecipe
  9. version = 1.1
  10. project = test_project
  11. settings = settings
  12. test = testapp
  13. eggs = ${buildout:eggs}
  14. testrunner = test-1.1
  15. [django-1.0]
  16. recipe = djangorecipe
  17. version = 1.0.2
  18. project = test_project
  19. settings = settings
  20. test = testapp
  21. eggs = ${buildout:eggs}
  22. testrunner = test-1.0