summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* use tox for all the multi-version testingAdam Hupp2022-05-221-3/+4
|
* Revert "Remove Python2 from the tests"Adam Hupp2021-01-151-0/+1
| | | | This reverts commit 4a810b4f30f161b889d59cf2a207820fc0c731b7.
* Merge branch 'master' into redo-compatAdam Hupp2021-01-151-0/+1
|\
| * Add support for Python 3.9Miroslav Šedivý2021-01-111-0/+1
| |
* | Remove Python2 from the testsSchoolGuy2021-01-131-1/+0
|/
* 🐑 Create basic stub file for magic.pyJack Edge2020-08-101-1/+8
| | | | | | | | | | | A stubfile was initially generated using `stubgen`, and then refined in order to increase the accuracy of the core API methods. Both `from_file` and `from_path`, both as independent functions and class instace methods, have been annotated appropriately (taking `Union[str, bytes]` and returning `Text`. Resolves #174.
* - update tox config to run w/out setup.pyAdam Hupp2020-05-051-2/+2
| | | | - document test running process
* Retain support for non-EOL Python 3.5Hugo2020-01-131-0/+1
|
* Add support for Python 3.7 and 3.8Hugo2020-01-041-0/+2
|
* Provide tox runnerGuido A.J. Stevens2018-01-251-0/+36