Chris McDonough
2015-03-16 32d9a193c3e3caa2582dbb9c277f5c3a5e55973b
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]