summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Remove CHANGELOG from API documentationSeth Morton2023-04-181-1/+0
* Add FreeBSD CI jobSeth Morton2023-02-281-1/+0
* Use modern method to create wheelsSeth Morton2023-02-271-1/+2
* Add explicit support for python 3.11Seth Morton2023-02-271-1/+2
* Require fastnumbers 5.0.1 or higher for mypySeth Morton2023-02-261-1/+1
* Remove 3.6 supportSeth Morton2022-12-181-3/+1
* Simplify type hints for public functionsSeth Morton2022-09-011-0/+1
* Fix typosKian-Meng, Ang2021-12-301-1/+1
* Add 3.10 to testing infrastructureSeth Morton2021-11-021-1/+2
* Install fastnumbers for mypySeth Morton2021-11-021-0/+1
* Add type annotations to testsSeth Morton2021-10-281-1/+4
* natsort now passes mypy with --strictSeth Morton2021-10-271-1/+1
* Remove support for Python 3.5 and 3.4Seth Morton2021-10-241-1/+1
* Add a mypy env to toxSeth Morton2021-10-241-1/+9
* Do not pin testing dependenciesSeth Morton2020-11-261-1/+6
* Fix simple bugs preventing tox to runSeth Morton2020-11-231-0/+9
* Properly fix sphinx documentation bugSeth Morton2020-11-201-1/+1
* Add Python 3.9 to toxSeth Morton2020-11-191-1/+1
* Don't use very new sphinxSeth Morton2020-11-151-1/+1
* Skip installation in tox for clean and bumpSeth Morton2020-01-061-0/+2
* Add clean and bump envs to tox.iniSeth Morton2019-11-191-0/+16
* Remove dist options from setup.cfgSeth Morton2019-11-191-1/+1
* Re-remove Python 2.7 support.Seth Morton2019-11-131-3/+3
* Drop Python 3.4 from testingSeth Morton2019-11-131-1/+1
* Revert removal of Python 2.7 in one commitThis is to make a release that supp...Seth Morton2019-11-131-3/+3
* Improve high-level documentationSeth Morton2019-11-121-1/+1
* Add support for Python 3.8Hugo2019-11-111-1/+1
* Removed some Python 2 related code that was missedSeth Morton2019-11-101-4/+3
* Merge branch 'master' into drop-python2-supportSeth Morton2019-11-101-4/+4
|\
| * Add --skip-existing to the release commandSeth Morton2019-11-101-1/+1
| * Disable too slow hypothesis health checks globallySeth Morton2019-11-091-1/+1
| * Skip doctest of files on Python 2.7Seth Morton2019-11-081-2/+2
* | Remove Python 2 testing in toxSeth M Morton2019-03-031-1/+1
|/
* Move docs dependencies into docs/requirements.txtSeth Morton2019-03-031-1/+3
* Move development collateral into a dev/ folderSeth Morton2019-03-031-1/+1
* Incorporate new CHANGELOG.md into sphinx documentationSeth Morton2019-03-021-0/+1
* Add "twine check" to flake8 tox environmentSeth Morton2019-02-041-0/+3
* Remove extra files from sdistSeth M Morton2018-11-181-3/+4
* Use dev-requirements.txt instead of PipfileSeth M Morton2018-11-181-2/+1
* Use skip_install=true for non-testing tox targetsJon Dufresne2018-11-101-0/+3
* Flatten docs/ directory structureJon Dufresne2018-11-101-2/+2
* Create special flake8 env for tox.Seth M Morton2018-09-091-2/+12
* Add skip_missing_interpreters to tox.ini.dont-be-pretentiousSeth M Morton2018-05-171-0/+4
* Re-enable coverage always (couldn't get it working otherwise).Seth M Morton2018-05-141-1/+1
* Simplify tox.ini.Seth M Morton2018-05-141-12/+6
* WITH_OPTIONS -> WITH_EXTRASSeth M Morton2018-05-141-2/+2
* Move package to src/natsort.Seth M Morton2018-05-121-4/+4
* Drop testing for Python 2.6 and Python 3.3.Seth M Morton2018-05-111-6/+1
* Move all *requirements.txt to Pipfile.Seth M Morton2018-05-111-23/+14
* Add --tb=short to pytest calls.Seth M Morton2018-04-101-2/+2