summaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Collapse)Author
2014-12-09Move coverage floor pct into 'setup.cfg'.Tres Seaver
2014-04-08add bdist_wheel unversalityChris McDonough
2012-04-18break docs stuff out of testing to hopefully appease shiningpandaChris McDonough
2012-03-16add a dev alias for develop-and-install-testing-dependencies and depend on ↵Chris McDonough
nose and coverage in setup.py
2010-10-25first cut at converting bfg to pyramidChris McDonough
2009-11-02Depend on new "Chameleon" package (rather than individual chameleon.zpt and ↵Chris McDonough
chameleon.core packages). Somehow we also need to depend on sourcecodegen or the tests fail (even though Chameleon depends on them too). Don't run coverage tests by default when running nosetests (pass --with-coverage to "setup.py nosetests" to obtain the older behavior). Ignore .coverage in trunk/repoze/bfg Pass where=repoze/bfg to avoid running other repoze tests, for whatever reason.
2009-05-01Merge "c-free" branch to trunk.Chris McDonough
2009-05-01Point at new index location.Chris McDonough
2009-02-16- lru cache was unstable under concurrency (big surprise) when itChris McDonough
tried to redelete a key in the cache that had already been deleted. Symptom: line 64 in put:del data[oldkey]:KeyError: '/some/path'. Now we just ignore the key error if we can't delete the key. - add zip_safe = false to setup.cfg.
2009-01-11- Tests can be run with coverage output if you've got ``nose``Chris McDonough
installed in the interpreter which you use to run tests. Using an interpreter with ``nose`` installed, do ``python setup.py nosetests`` within a checkout of the ``repoze.bfg`` package to see test coverage output.
2008-07-12Remove unused import.Chris McDonough
Use lemonade index.
2008-07-04Start on bfg.Chris McDonough