| Age | Commit message (Collapse) | Author |
|
|
|
closes #2476
|
|
|
|
|
|
|
|
This removes it from tox/travis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
coverage is combined between py2 and py3 for an aggregate coverage
metric. This means we can stop putting "no cover" gates around py3 code
and ignoring whether it's ever tested.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note that we rely on the default settings (failures always send,
success sends only on change.).
|
|
We need an explanation for why the PyPy tests fail under travis-ci.
|
|
See http://travis-ci.org/#\!/Pylons/pyramid
|
|
|
|
|