wtf
Chris McDonough
2012-03-27 18f2334aa041f69436aabdcec0e1a53dba587273
1
2
3
4
5
6
7
8
9
10
11
12
[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]