Chris McDonough
2012-09-12 ddc1aac30390237b3a6b8607cb397eaaae36b51b
1
2
3
4
5
6
7
8
9
10
11
12
13
[easy_install]
zip_ok = false
 
[nosetests]
match=^test
where=pyramid
nocapture=1
cover-package=pyramid
cover-erase=1
 
[aliases]
dev = develop easy_install pyramid[testing]
docs = develop easy_install pyramid[docs]