index
:
pyramid
main
Pyramid web framework (fork of https://github.com/Pylons/pyramid).
Daniel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tox.ini
Age
Commit message (
Expand
)
Author
2024-01-28
drop support for python 3.7 which was eol in 2023
Michael Merickel
2024-01-27
upgrade black and sync versions with ``tox -e format``
Michael Merickel
2023-11-30
Add 3.12 to CI, tox and metadata; use latest black and flake8
Ievgen Popovych
2023-08-21
Coverage reports in tests based on Python 3.11 instead of Python 3.8 to fix b...
Chris McDonough
2023-01-29
update tox -e build
Michael Merickel
2022-12-30
Merge branch 'master' into py311
Michael Merickel
2022-12-27
Chase rename to allowlist in tox
Bert JW Regeer
2022-12-25
Run tests on Python 3.11
Stefano Rivera
2022-08-12
Fix ImportError: cannot import name '_unicodefun' from 'click'
Steve Piercy
2022-03-12
modernize tox -e build
Michael Merickel
2022-02-06
Upgrade black to new stable release.
Theron Luhn
2022-02-06
Add version constraints to black, flake8, and isort.
Theron Luhn
2022-01-07
Remove Python 3.6 tests
Marcin Lulek
2022-01-07
Add support for Python 3.10
Marcin Lulek
2020-11-28
drop python 3.5
Michael Merickel
2020-11-02
Add support for Python 3.9
Steve Piercy
2020-07-12
Update flags/config to isort 5.x
Bert JW Regeer
2020-05-06
Disable coverage by default
Bert JW Regeer
2020-05-06
Update tox.ini to run pytest instead
Bert JW Regeer
2020-04-24
Suppress case-sensitivity warnings on terms in glossary
Steve Piercy
2020-01-12
update wiki authorization chapter
Michael Merickel
2019-12-27
isort
Michael Merickel
2019-12-23
restore py35
Michael Merickel
2019-12-23
Update tox.ini
Michael Merickel
2019-12-15
set the minimum supported version at py36
Michael Merickel
2019-04-15
remove basepython statements from tox.ini
Michael Merickel
2018-11-23
simplify the tox setup, get rid of basepython warning
Michael Merickel
2018-11-12
initial work to remove py2 from the codebase
Michael Merickel
2018-10-31
initial work removing pcreate
Michael Merickel
2018-10-28
Revert "use twine check instead of setup.py check"
Michael Merickel
2018-10-28
use twine check instead of setup.py check
Michael Merickel
2018-10-15
fix scaffold tests
Michael Merickel
2018-10-15
disable build isolation in `tox -e build`
Michael Merickel
2018-10-15
configure black and update flake8
Michael Merickel
2018-10-15
add a "tox -e build" for building the distribution
Michael Merickel
2018-10-15
only check the tests folder for tests
Michael Merickel
2018-10-05
note why the docs are pinned
Michael Merickel
2018-08-22
Add support for Python 3.7 and 3.8 with allowed failure of 3.8
Steve Piercy
2018-08-09
let tox install the extras for us from the sdist
Michael Merickel
2018-08-01
test on newer pypy/pypy3
Michael Merickel
2018-04-24
ensure the pyramid deps are installed from source, not the dist in pypi
Michael Merickel
2017-06-29
avoid installing the sdist in certain tox environments
Michael Merickel
2017-06-29
combine tox steps into lint
Michael Merickel
2017-06-28
add a manifest and a tox step to check it
Michael Merickel
2017-01-08
require tests to pass on py36 on travis and appveyor
Michael Merickel
2016-11-14
Silence pip spew.
Tres Seaver
2016-11-14
Fix spelling of 'skip_missing_interpreters' option.
Tres Seaver
2016-11-01
switch to 3.6-dev for py36 and update nightly to py37 on travis
Michael Merickel
2016-09-01
drop support for python 3.3 and error on 2.6
Michael Merickel
2016-08-19
attempt to add testing for py36
Steve Piercy
[next]