/tests/buildout.cfg
https://bitbucket.org/cklein/django-piston · Unknown · 24 lines · 22 code · 2 blank · 0 comment · 0 complexity · c9042ff43d137b1769620237f059765b MD5 · raw file
- [buildout]
- parts = django-1.1 django-1.0
- develop = ..
- eggs =
- django-piston
- pyyaml
- [django-1.1]
- recipe = djangorecipe
- version = 1.1
- project = test_project
- settings = settings
- test = testapp
- eggs = ${buildout:eggs}
- testrunner = test-1.1
- [django-1.0]
- recipe = djangorecipe
- version = 1.0.2
- project = test_project
- settings = settings
- test = testapp
- eggs = ${buildout:eggs}
- testrunner = test-1.0