summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Remove the tox config fileDiego Ramirez2021-11-291-74/+0
* Remove redundant Python 2 codeHugo van Kemenade2021-11-081-4/+0
* Drop support for soon-EOL Python 3.6Hugo van Kemenade2021-11-081-1/+1
* Upgrade to vendoring 1.2Pradyun Gedam2021-10-141-4/+1
* Bump to vendoring 1.0.xPradyun Gedam2021-09-131-1/+1
* Add Python 3.10 supportPradyun Gedam2021-08-061-1/+1
* Move test requirements into tests/Pradyun Gedam2021-07-241-2/+2
* Move docs requirements to docs/Pradyun Gedam2021-07-241-1/+1
* Enable parallelism in SphinxSviatoslav Sydorenko2021-04-201-2/+2
* Drop pytest-timeoutPradyun Gedam2021-03-261-2/+2
* Better way to run slow linters in CI onlyStéphane Bidoul2021-01-241-2/+1
* Merge pull request #9335 from hugovk/rm-2Pradyun Gedam2020-12-231-1/+1
|\
| * Remove redundant Python 2.7 codeHugo van Kemenade2020-12-221-1/+1
* | Improve local pre-commit experienceStéphane Bidoul2020-12-211-0/+1
|/
* Pin vendoring to ~=0.3.3 in test suiteNguyễn Gia Phong2020-10-171-1/+1
* Document and start testing Python 3.9 supportNguyễn Gia Phong2020-10-121-4/+4
* Replace tabs by spaces for consistencyNguyễn Gia Phong2020-07-181-2/+2
* Add basic test coverage configurationChris Hunt2020-07-071-2/+14
* Add pytest option to globally switch resolverTzu-ping Chung2020-05-141-1/+0
* Pass through PIP_UNSTABLE_FEATURE into ToxTzu-ping Chung2020-03-231-1/+8
* Add HTTP proxy variables to tox environment passthroughPaul Moore2020-01-151-1/+1
* Address review commentsPradyun Gedam2019-12-151-1/+1
* Switch tox -e vendoring, to use vendoringPradyun Gedam2019-12-151-3/+3
* Use pip 19.3.1+ for vendoring taskChris Hunt2019-11-261-0/+3
* Test on Python 3.8 finalhugovk2019-10-151-1/+1
* Add vendoring target to heck that vendoring is up-to-dateXavier Fernandez2019-10-101-1/+13
* Remove the testenv:packaging sections from tox.iniPradyun Gedam2019-09-271-10/+0
* Allow passing hook-ids to `tox -e lint`Pradyun Gedam2019-09-251-1/+1
* Switch to using pre-commit in `tox lint`Pradyun Gedam2019-09-241-7/+2
* Drop lint-py2 and mypy from tox environmentPradyun Gedam2019-09-241-20/+1
* Switch order of lint and lint-py2Pradyun Gedam2019-08-271-7/+7
* Rename `tox lint-py3` to `tox lint`Pradyun Gedam2019-08-271-2/+2
* Ignore errors copying socket files for source installs (in Python 3). (#6844)Christopher Hunt2019-08-211-1/+2
* Merge branch 'master' into tox-docs-updatePradyun Gedam2019-07-311-5/+5
|\
| * Move requirement files to tools/requirements/Pradyun Gedam2019-07-301-5/+5
* | Update tox docs-building Python version to 3.7.Sumana Harihareswara2019-07-281-1/+1
|/
* Fix line length & don't flake8 docs in python 2Xavier Fernandez2019-07-181-5/+7
* Drop support for EOL Python 3.4Hugo2019-07-071-1/+1
* Upgrade Sphinx version for Read the Docs (#6477)SeongSoo Cho2019-05-081-1/+1
* Don't use editable mode as it is not supportedDonald Stufft2019-04-231-1/+0
* Remove workaround for #6057Pradyun Gedam2018-12-081-2/+1
* Disable Mercurial Tests on TravisPradyun Gedam2018-12-021-1/+2
* tox: define the minimal tox version required (#5914)Benoit Pierre2018-10-241-0/+1
* tests: rework tests virtual environmentBenoit Pierre2018-10-181-0/+7
* tox: fix environment setupBenoit Pierre2018-10-071-1/+7
* Pin to the older mypy versionPradyun Gedam2018-09-181-1/+1
* Move conf.py into the html directory, to be compatible with RTDPradyun Gedam2018-08-221-3/+7
* Reorganize pip's docs folderPradyun Gedam2018-08-221-4/+4
* Skip installation for tox jobs that don't need the in-developement pipPradyun Gedam2018-08-131-0/+5
* Merge branch 'master' into python-3.7Pradyun Gedam2018-07-241-4/+4
|\