summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Expand)Author
2024-01-28drop support for python 3.7 which was eol in 2023Michael Merickel
2024-01-27upgrade black and sync versions with ``tox -e format``Michael Merickel
2023-11-30Add 3.12 to CI, tox and metadata; use latest black and flake8Ievgen Popovych
2023-08-21Coverage reports in tests based on Python 3.11 instead of Python 3.8 to fix b...Chris McDonough
2023-01-29update tox -e buildMichael Merickel
2022-12-30Merge branch 'master' into py311Michael Merickel
2022-12-27Chase rename to allowlist in toxBert JW Regeer
2022-12-25Run tests on Python 3.11Stefano Rivera
2022-08-12Fix ImportError: cannot import name '_unicodefun' from 'click'Steve Piercy
2022-03-12modernize tox -e buildMichael Merickel
2022-02-06Upgrade black to new stable release.Theron Luhn
2022-02-06Add version constraints to black, flake8, and isort.Theron Luhn
2022-01-07Remove Python 3.6 testsMarcin Lulek
2022-01-07Add support for Python 3.10Marcin Lulek
2020-11-28drop python 3.5Michael Merickel
2020-11-02Add support for Python 3.9Steve Piercy
2020-07-12Update flags/config to isort 5.xBert JW Regeer
2020-05-06Disable coverage by defaultBert JW Regeer
2020-05-06Update tox.ini to run pytest insteadBert JW Regeer
2020-04-24Suppress case-sensitivity warnings on terms in glossarySteve Piercy
2020-01-12update wiki authorization chapterMichael Merickel
2019-12-27isortMichael Merickel
2019-12-23restore py35Michael Merickel
2019-12-23Update tox.iniMichael Merickel
2019-12-15set the minimum supported version at py36Michael Merickel
2019-04-15remove basepython statements from tox.iniMichael Merickel
2018-11-23simplify the tox setup, get rid of basepython warningMichael Merickel
2018-11-12initial work to remove py2 from the codebaseMichael Merickel
2018-10-31initial work removing pcreateMichael Merickel
2018-10-28Revert "use twine check instead of setup.py check"Michael Merickel
2018-10-28use twine check instead of setup.py checkMichael Merickel
2018-10-15fix scaffold testsMichael Merickel
2018-10-15disable build isolation in `tox -e build`Michael Merickel
2018-10-15configure black and update flake8Michael Merickel
2018-10-15add a "tox -e build" for building the distributionMichael Merickel
2018-10-15only check the tests folder for testsMichael Merickel
2018-10-05note why the docs are pinnedMichael Merickel
2018-08-22Add support for Python 3.7 and 3.8 with allowed failure of 3.8Steve Piercy
2018-08-09let tox install the extras for us from the sdistMichael Merickel
2018-08-01test on newer pypy/pypy3Michael Merickel
2018-04-24ensure the pyramid deps are installed from source, not the dist in pypiMichael Merickel
2017-06-29avoid installing the sdist in certain tox environmentsMichael Merickel
2017-06-29combine tox steps into lintMichael Merickel
2017-06-28add a manifest and a tox step to check itMichael Merickel
2017-01-08require tests to pass on py36 on travis and appveyorMichael Merickel
2016-11-14Silence pip spew.Tres Seaver
2016-11-14Fix spelling of 'skip_missing_interpreters' option.Tres Seaver
2016-11-01switch to 3.6-dev for py36 and update nightly to py37 on travisMichael Merickel
2016-09-01drop support for python 3.3 and error on 2.6Michael Merickel
2016-08-19attempt to add testing for py36Steve Piercy