summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test both reloader typesMarkus Unterwaditzer2014-09-211-0/+1
* Don't depend on backports.ssl anymoreMarkus Unterwaditzer2014-08-251-3/+0
* Test ssl capabilities (and some other tox niceties)Markus Unterwaditzer2014-08-251-5/+16
* Update comments in tox.iniMarkus Unterwaditzer2014-08-231-4/+3
* Test redis and memcached servers in travisMarkus Unterwaditzer2014-08-231-0/+11
* Some config changesMarkus Unterwaditzer2014-08-151-1/+2
* Port testsuite to py.testMarkus Unterwaditzer2014-08-151-3/+0
* Remove pyopenssl from tox deps because openssl is currently a bit broken.Armin Ronacher2014-04-211-1/+0
* Removed tox dependencies that don't make senseArmin Ronacher2014-04-211-2/+0
* Run tests with Python 3.4 using toxDaniel Neuhäuser2014-03-211-1/+1
* Use maxsize in generate_adhoc_ssl_pairDaniel Neuhäuser2013-09-031-0/+1
* Port MemcachedCache to 3.3Daniel Neuhäuser2013-06-171-9/+1
* Add MemcachedCacheTestCaseDaniel Neuhäuser2013-06-161-0/+9
* Port RedisCache to 3.3Daniel Neuhäuser2013-06-161-0/+1
* Remove six dependencyDaniel Neuhäuser2013-05-221-1/+0
* Get rid of unittest2 dependencyDaniel Neuhäuser2013-05-221-8/+0
* Add PyPy to tox and travis againDaniel Neuhäuser2013-05-221-1/+1
* Add optional greenlet dependency to tox.iniDaniel Neuhäuser2013-05-191-0/+3
* Remove pypy temporarily from toxDaniel Neuhäuser2013-05-181-1/+1
* Don't use unittest2 on 3.3Daniel Neuhäuser2013-05-181-0/+6
* We depend on unittest2 for the testsDaniel Neuhäuser2013-05-181-0/+1
* add a section in tox.ini to have py.test find the testsRonny Pfannschmidt2013-05-181-0/+3
* Added missing versions to tox iniArmin Ronacher2013-05-181-1/+1
* posargs for toxRonny Pfannschmidt2013-03-011-1/+1
* fix enough code we get to import the actual testsuite from the runnerRonny Pfannschmidt2013-02-201-0/+7