summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* drop support for python 3.7David Lord2023-04-201-1/+1
* update tested python versionsDavid Lord2023-01-071-2/+9
* tox pypy38David Lord2022-01-131-2/+1
* test Python 3.10 and 3.11David Lord2021-11-051-1/+1
* consistent typing configDavid Lord2021-02-241-6/+5
* test Python 3.9Illia Volochii2020-10-291-1/+1
* skip live reloader test on Windows during CIDavid Lord2020-10-291-1/+2
* rewrite live server testsDavid Lord2020-10-261-1/+1
* pin mypyDavid Lord2020-10-141-2/+2
* Add initial type hintingpgjones2020-06-201-0/+6
* use pip-compile to pin dev requirementsDavid Lord2020-05-181-10/+2
* remove coverageDavid Lord2020-03-191-18/+1
* Drop support for Python 2.7pgjones2020-03-171-1/+1
* Merge remote-tracking branch 'origin/0.16.x'David Lord2020-01-041-7/+3
|\
| * fix tests and update ci configfix-testsDavid Lord2020-01-041-7/+3
* | Merge remote-tracking branch 'origin/0.16.x'David Lord2020-01-041-1/+1
|\ \ | |/
| * Update Tox and Azure Pipelines with Python 3.8Adam Englander2020-01-031-1/+1
| * azure pipelines configurationBrian Cristante2019-05-211-9/+8
* | use cryptography instead of pyOpenSSLalex2019-07-121-1/+1
* | azure pipelines configurationDavid Lord2019-05-201-8/+7
* | Merge branch '0.15.x'David Lord2019-05-141-0/+1
|\ \ | |/
| * break cycle in chained exceptionsDavid Lord2019-05-121-0/+1
* | drop support for Python 3.4David Lord2019-03-191-1/+1
|/
* use sphinx-issuesDavid Lord2019-03-111-1/+4
* apply code stylecode-styleDavid Lord2019-03-081-2/+2
* fix tests for nightly and osxtravisDavid Lord2019-02-121-2/+2
* update test configDavid Lord2018-11-171-38/+11
* Merge remote-tracking branch 'origin/master' into switch-to-pallets-themeDavid Lord2018-08-061-0/+1
|\
| * add unix socket capability to dev_server fixtureDavid Lord2018-05-291-0/+1
* | Use flask theme from `sphinx-pallets-themes`Tuukka Mustonen2018-05-141-1/+3
|/
* Fix build docs errors. It seems sphinx 1.7 has a bug.Hsiaoming Yang2018-02-131-1/+1
* min support is py 2.7 and 3.4remove-26-33David Lord2018-01-031-6/+1
* remove redundant "normal" tox targetDavid Lord2017-12-061-17/+16
* remove CI tests for 2.6 and 3.3David Lord2017-11-281-4/+5
* codecov needs argparse on 2.6David Lord2017-11-271-7/+2
* stop cache processes after tests completeDavid Lord2017-06-301-1/+1
* reduce number of test envsDavid Lord2017-06-291-11/+62
* Improve hypothesis testing, some stylefixesMarkus Unterwaditzer2017-01-261-2/+2
* Merge branch 'master' of github.com:pallets/werkzeug into introduce-hypothesi...Alex Kahan2017-01-261-1/+1
|\
| * Merge branch '0.11-maintenance'Markus Unterwaditzer2016-12-301-1/+1
| |\
| | * Test under Python 3.6Markus Unterwaditzer2016-12-301-1/+1
* | | Adding hypothesis. Using it on a few tests in the url moduleAlex Kahan2017-01-261-0/+1
|/ /
* | Refactor tox.ini again (#983)Markus Unterwaditzer2016-08-201-10/+10
* | Actually test memcached backend (#966)Markus Unterwaditzer2016-07-261-11/+4
* | Add uWSGI caching backend.Jaap Broekhuizen2016-03-221-2/+5
|/
* Mark compatible with Python 3.5Sebastian Noack2015-10-061-1/+2
* Un-break filesystem encodings on Py3lol_filesystemMarkus Unterwaditzer2015-05-271-0/+1
* Fix reloader issuesMarkus Unterwaditzer2015-01-251-1/+1
* Use requests in testsuiteMarkus Unterwaditzer2015-01-251-0/+1
* Fix travisMarkus Unterwaditzer2014-11-021-1/+1