| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
See: http://tox.readthedocs.io/en/latest/config.html#confval-skip_missing_interpreters=BOOL
|
|
|
|
closes #2476
|
|
|
|
|
|
|
|
- Closes #2575
|
|
|
|
|
|
|
|
|
|
|
|
This removes it from tox/travis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docs and scaffolds
|
|
Conflicts:
pyramid/view.py
|
|
|
|
|
|
Conflicts:
pyramid/config/views.py
pyramid/scaffolds/tests.py
tox.ini
|
|
|
|
|
|
|
|
This ignores plenty of warnings and errors in pep8 and only
focuses on a small subset that can easily be achieved.
Ignores applying pep8 to tests for now and only enforces on
the pyramid core code.
|
|
|
|
|
|
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.
|