Chris McDonough
2012-03-17 a3744b3dbf6b527a785944adb1f921157dd1c040
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]