summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: a877ffb7f9aaecde640bcd371f3ab5141761c1cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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]

[bdist_wheel]
universal = 1