summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Disable coverage in CI for now, since it was removed from PyPIptmcg2023-04-131-2/+2
* Support Python 3.123.1.0b1ptmcg2023-04-081-1/+1
* Python versions - add 3.11 to tox.ini, add 3.6 back to pyproject.toml (last v...ptmcg2023-03-051-1/+1
* Remove packaging tests from pyparsing CI, packaging no longer uses pyparsingptmcg2022-12-111-12/+1
* Update tox.ini to run packaging tests using Python 3.7ptmcg2022-06-181-0/+1
* Enable mypy-test in CI (#406)Stephen Rosen2022-05-301-8/+5
* Fix type annotations of Forward dunder-methods (#402)Stephen Rosen2022-05-291-1/+10
* Migrate to flit_core build system (#360)Michał Górny2022-02-151-0/+1
* Remove cd command from tox.ini commands to checkout previous packaging versionptmcg2021-11-121-8/+1
* Test against packaging 21.2ptmcg2021-11-121-0/+7
* Revert results names for packaging compatibility (#110)ptmcg2021-11-121-2/+0
* Get Travis and tox to work better togetherptmcg2021-11-091-0/+1
* Issue #333 - add packaging pytests to tox.iniptmcg2021-11-091-1/+12
* Test Python 3.10 (#308)Hugo van Kemenade2021-10-121-1/+1
* TravisCI not supporting 3.10 yet, leave outptmcg2021-08-071-1/+1
* Fix Travis integration (still referenced 3.5, tho no longer supported Python ...ptmcg2021-08-071-1/+1
* Remove Py3.5 from compatibility targets, add Py3.10, update version timestampptmcg2021-08-071-1/+1
* Add Python 3.9 support (#256)Miroslav Šedivý2020-12-271-1/+1
* Remove py39-dev from Travis-CIptmcg2020-10-251-1/+1
* Remove black from tox.ini, Travis CI black is not aligned with local black; a...ptmcg2020-10-251-5/+1
* Exclude /examples from black in tox, since examples are now inexplicably fail...ptmcg2020-10-111-1/+1
* Railroad Diagrams (#218)Michael Milton2020-05-311-0/+1
* Add Black formatting Git hook (#180)Kyle Lahnakoski2020-02-231-1/+1
* Blacken the project (#141)Jon Dufresne2019-10-311-1/+7
* Fix tox to run refactored tests (#151)Jon Dufresne2019-10-221-2/+1
* Stop install tox within the tox environment (#150)Jon Dufresne2019-10-211-1/+1
* refactor tests into tests directory (#130)Kyle Lahnakoski2019-10-211-3/+3
* Add Python 3.8 to the tox matrix (#135)Jon Dufresne2019-10-171-1/+1
* Merge unittest enhancements from branchPaul McGuire2019-09-271-1/+1
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-1/+0
* Also execute simple unit testsCengiz Kaygusuz2018-10-251-1/+3
* Implement testing and coverage for multiple py versions using scrutinizerCengiz Kaygusuz2018-10-251-0/+7