summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: d7622683f1d00e1fed7a9779459e88fea652224f (plain)
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]