summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 58269c80848368c9f0bb9fdebbc46836010c2a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[easy_install]
zip_ok = false

[nosetests]
match=^test
where=repoze/lru
nocapture=1
cover-package=repoze.lru
cover-erase=1

[aliases]
dev = develop easy_install repoze.lru[testing]