Chris McDonough
2013-07-31 5fc0d36724a6197c8c0106e846d8e78e1219b1fe
commit | author | age
612d74 1 [easy_install]
5b2abc 2 zip_ok = false
b07cfe 3
CM 4 [nosetests]
5 match=^test
b60bdb 6 where=pyramid
b07cfe 7 nocapture=1
b60bdb 8 cover-package=pyramid
b07cfe 9 cover-erase=1
CM 10
a3744b 11 [aliases]
CM 12 dev = develop easy_install pyramid[testing]
aca78f 13 docs = develop easy_install pyramid[docs]