Chris McDonough
2013-07-31 5fc0d36724a6197c8c0106e846d8e78e1219b1fe
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]