summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* update tested python versionsDavid Lord2023-01-091-2/+9
| | | | | | test 3.11 final test 3.12 dev update for tox 4
* drop Python 3.6David Lord2021-11-101-1/+1
|
* test Python 3.10 and 3.11David Lord2021-11-051-1/+1
|
* initial type checking configurationIwan Aucamp2021-02-151-0/+5
| | | | add minimal annotations to pass checks
* remove pre-commit ci env, using pre-commit.ciDavid Lord2021-02-081-1/+1
|
* test Python 3.9 (#1707)Patrick2020-11-051-1/+1
|
* Revert "Add python 3.9 to CI."David Lord2020-10-101-1/+1
|
* Add python 3.9 to CI.Karthikeyan Singaravelan2020-10-101-1/+1
|
* use pip-compile to pin dev requirementsDavid Lord2020-05-231-4/+2
|
* drop support for Python 2.7 and 3.5David Lord2020-04-201-1/+1
|
* run pre-commit during testsDavid Lord2020-03-081-0/+6
|
* update project metadataDavid Lord2020-02-271-19/+2
|
* update azure pipelines and tox configsDavid Lord2019-08-011-16/+9
|
* update metadataDavid Lord2018-09-241-4/+8
| | | | | test on 3.7 fix collections deprecation warning
* update test env matrixciDavid Lord2018-05-291-7/+29
| | | | | re-enable windows on appveyor enable osx on travis
* Fix variable precedenceRémy Greinhofer2018-05-141-0/+1
| | | | | | | | | | | | | | | | | This patch fixes the variable precedence in order to have the default values read last: 1. Values from CLI 2. Values from the environment 3. Default values Tests were added accordingly. Drive-by: * Update `.gitignore` file * Update `tox.ini` to skip missing environments Fixes: #873
* Drop testing for 2.6 and 3.3. Add 3.6.Hsiaoming Yang2018-04-201-4/+2
| | | | Via discussion pallets/meta#24
* Fix tox/Travis: use older pytest for py26/py33 (#909)Daniel Hahler2018-01-041-1/+3
|
* Improve Travis / tox setup + coverage (#851)Daniel Hahler2017-10-101-4/+6
| | | | | | | | | | | | | | | | | | * Improve Travis / tox setup Mainly inspired by using pytest directly in tox, for easy test selection etc. * Travis: use lightweight containers (sudo=false) * coverage/codecov integration * include TEST_EXTRA as codecov flag * codecov: -X fix This hopefully works around `complex/complex/commands/__init__.py` and `termui/termui.py` showing up in `examples` (at the root).
* Inherit LANG from outer envMarkus Unterwaditzer2015-06-021-0/+1
|
* Added tox support so it's easier to run test locallySébastien Fievet2014-06-051-0/+9