summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* 🔧 Stop upgrading setuptools in tox pre cmdSviatoslav Sydorenko2023-01-091-2/+0
|
* 🔧Implement build-dists and cleanup-dists @ toxSviatoslav Sydorenko2023-01-011-1/+75
|
* Improve build-docs toxenv specSviatoslav Sydorenko2020-04-031-7/+11
|
* Advise users to install pre-commit in local repoSviatoslav Sydorenko2020-04-031-1/+7
|
* Stop requiring unreleased pyyaml in toxSviatoslav Sydorenko2020-04-031-1/+0
|
* Remove hotfix for pypa/pip#6434Jason R. Coombs2019-10-161-5/+0
|
* Upgrade setuptools in tox envsSviatoslav Sydorenko2019-09-041-0/+2
|
* ♲🎨 Evolve docs building tox envSviatoslav Sydorenko2019-07-271-1/+14
|
* 🚑 Add a hotfix for tox and pip comboSviatoslav Sydorenko2019-05-041-0/+5
|
* Preserve test runs folder in Git treeSviatoslav Sydorenko2018-09-171-1/+0
| | | | Fixes #1742
* Install memcached client for testingSviatoslav Sydorenko2018-09-041-0/+1
|
* Add workaround for pyyaml bugJason R. Coombs2018-05-291-1/+3
|
* Whitelist mkdir. Fixes #1713Jason R. Coombs2018-05-281-0/+1
|
* Enable test result rendering in Circle CISviatoslav Sydorenko2018-04-221-0/+1
|
* Declare minimum version of tox to support extras.Jason R. Coombs2018-02-071-0/+1
|
* Bypass Circle CI env vars into tox envSviatoslav Sydorenko2018-01-191-0/+2
|
* Add tox environment to build docsJason R. Coombs2017-12-201-0/+8
|
* Rename file to have a recognized extension for content type detection.Jason R. Coombs2017-10-281-1/+1
|
* Use alternate config file to avoid sed hackAnthony Sottile2017-10-211-2/+1
|
* Fix Appveyor CI config for running codecovSviatoslav Sydorenko2017-10-181-1/+1
|
* Tell codecov to check specific report fileSviatoslav Sydorenko2017-10-131-1/+1
|
* Instruct codecov to ignore gcov files lookupSviatoslav Sydorenko2017-10-131-1/+1
|
* Apply better workaround for AppVeyor detectionSviatoslav Sydorenko2017-10-131-1/+1
|
* Hotfix codecov AppVeyor autodetectionSviatoslav Sydorenko2017-10-121-1/+1
| | | | | | | Refs: - codecov/codecov-python#114 - codecov/codecov-python#115 - appveyor/ci#1853
* Fix typo in tox cfg: s/deps/extras/Sviatoslav Sydorenko2017-10-021-1/+1
|
* Make ``setup.py check`` run separatelySviatoslav Sydorenko2017-10-021-0/+6
|
* Add distribution setup checksSviatoslav Sydorenko2017-10-021-0/+1
|
* Whitelist AppVeyor env vars in toxSviatoslav Sydorenko2017-08-111-0/+2
|
* Integrate pytest-cov and codecov.ioSviatoslav Sydorenko2017-08-111-1/+6
|
* Whitelist some modules for pep257 check in CISviatoslav Sydorenko2017-08-101-3/+3
|
* Drop in pytest configSviatoslav Sydorenko2017-06-291-1/+1
|
* Generate xml test results when running testsSviatoslav Sydorenko2017-04-181-1/+1
| | | | Use junit format for submission to Appveyor
* Enable testing CherryPy against cheroot@masterSviatoslav Sydorenko2017-03-151-0/+3
| | | | | This will help us to proactively detect any issues with bleeding edge cheroot versions
* Revert allowing failures for flake8 checksSviatoslav Sydorenko2017-03-121-5/+1
| | | | This partially reverts commit 4e40786fc5cab5f662cb522562ae7e34f8d84c4d.
* Allow failures only for flake8 and pep257 checksSviatoslav Sydorenko2017-03-031-0/+10
|
* Merge branch 'master' into issue-1538Jason R. Coombs2016-12-271-1/+1
|\
| * Rename 'linter' to 'pre-commit' for consistency.Jason R. Coombs2016-12-271-1/+1
| |
* | Add test capturing failed expectation. Ref #1538.Jason R. Coombs2016-12-261-0/+6
|/
* Consolidate test requirementsJason R. Coombs2016-12-241-2/+0
|
* Use 'extras' setting it tox env to install the relevant extras.Jason R. Coombs2016-12-241-0/+3
|
* Pass through posargs. Allows specifying a hook to linter through 'tox -e ↵Jason R. Coombs2016-12-231-1/+1
| | | | linter -- hook_name'
* Use tox for launching the linter. Now the linter can be run with tox -e ↵Jason R. Coombs2016-12-231-0/+4
| | | | linter. Makes the travis script much cleaner.
* Disable WEBTEST_INTERACTIVE as it only causes problems.Jason R. Coombs2016-12-231-2/+5
|
* In tox, invoke tox directly. No longer support running tests with setup.py test.Jason R. Coombs2016-12-231-2/+4
|
* Just run with the current Python. Rely on Travis or manual invocation to run ↵Jason R. Coombs2016-12-231-2/+1
| | | | in other environments.
* Merge with masterJason R. Coombs2016-10-041-1/+3
|\
| * Add extras for feature flags (#1496)Sviatoslav Sydorenko2016-09-171-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add feature flags with optional dependencies Defined new extras: - routes-dispatcher - multienv-tests - test-tools * Change extra names to use underscore instead of dashes * Extend test_tools extra * Notice, that env marker may not work as expected * Add rest of extras - doc - json - ssl - win32 - xcgi * Move docstring out of extras_require dict * Move version-dependent mock package out of dict Environment markers (PEP426) don't seem to work well across pythons * Import built-in mock for Python>=3.3 * Replace tox requirements with internal extra deps * Move win32 extra to platform-dependent env marker * Add routes and test tools dependencies to travis * Add docs about extras * Fix memcached_session extra spelling * Fix double backticks in RST Closes #1480
| * Fix test_http:HTTPTests.test_no_content_lengthSviatoslav Sydorenko2016-08-251-1/+1
| | | | | | | | | | | | | | | | Fixes Travis CI build failing under nightly 3.6-dev: - http.client.HTTPConnection now has _get_content_length static method instead of _set_content_length. Mocked both regardless of Python runtime version - Added 3.6 env to tox config
| * Bypass failures when Python versions are missingJason R. Coombs2016-08-231-0/+1
| |
* | Initial work running tests under pytest. Ref #1463.Jason R. Coombs2016-07-271-4/+1
|/