summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 9633b69807870de0eccb2798c2542f984c61974f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[easy_install]
zip_ok = false

[nosetests]
match=^test
where=pyramid
nocapture=1
cover-package=pyramid
cover-erase=1
cover-min-percentage=100

[aliases]
dev = develop easy_install pyramid[testing]
docs = develop easy_install pyramid[docs]

[bdist_wheel]
universal = 1