summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
...
* Use generic lang hack for pypy jobs in Travis CISviatoslav Sydorenko2017-06-291-0/+1
|
* Skip after_failure for lint envsSviatoslav Sydorenko2017-05-221-0/+2
|
* Improve after_failure Travis stage and list pkgsSviatoslav Sydorenko2017-05-221-8/+9
|
* Separate before_install substepsSviatoslav Sydorenko2017-04-281-3/+3
|
* Output upgraded pypy python binary versionSviatoslav Sydorenko2017-04-281-0/+1
|
* Upgrade pypy and pypy3 envs to latest working verSviatoslav Sydorenko2017-04-271-4/+55
|
* Stick with most recent PYPY versionSviatoslav Sydorenko2017-04-171-2/+2
|
* Move PYPY stuff ->include section of travis configSviatoslav Sydorenko2017-04-171-6/+4
|
* Enable testing CherryPy against cheroot@masterSviatoslav Sydorenko2017-03-151-0/+2
| | | | | This will help us to proactively detect any issues with bleeding edge cheroot versions
* Revert allowing failures for flake8 checksSviatoslav Sydorenko2017-03-121-3/+0
| | | | This partially reverts commit 4e40786fc5cab5f662cb522562ae7e34f8d84c4d.
* Enable pre-commit cachingSviatoslav Sydorenko2017-03-031-1/+4
|
* Allow failures only for flake8 and pep257 checksSviatoslav Sydorenko2017-03-031-1/+6
|
* Enable testing against Python 3.7-devSviatoslav Sydorenko2017-01-241-0/+1
|
* Make Python 3.6 main version during CI testingSviatoslav Sydorenko2017-01-241-3/+3
|
* Lock PYPY and PYPY3 env versions in Travis CISviatoslav Sydorenko2017-01-201-0/+21
| | | | | This should help with #1514 Ref: dmlb2000/cherrypy-swagger#7
* Output Python's log on failure in Travis CISviatoslav Sydorenko2017-01-201-0/+3
|
* Fix after_failure snippet in Travis CI configSviatoslav Sydorenko2017-01-201-1/+1
|
* Output test logs when test failSviatoslav Sydorenko2017-01-101-2/+12
| | | | | | Also: * remove bogus `include` * use stable 3.6
* Merge branch 'master' into issue-1538Jason R. Coombs2016-12-271-2/+2
|\
| * Rename 'linter' to 'pre-commit' for consistency.Jason R. Coombs2016-12-271-2/+2
| |
* | Include the test check in Travis runs. Ref #1538.Jason R. Coombs2016-12-261-0/+3
|/
* Build a universal wheel now that the package is uniform across Python 2 and ↵v8.5.0Jason R. Coombs2016-12-261-1/+1
| | | | Python 3
* Skip uploading of docs, no longer supported by PyPI.v8.4.0Jason R. Coombs2016-12-261-0/+1
|
* Release wheels on both Python 3 and Python 2. Fixes #1532.Jason R. Coombs2016-12-261-1/+1
|
* mashemtogetherJason R. Coombs2016-12-231-2/+2
|
* Use tox for launching the linter. Now the linter can be run with tox -e ↵Jason R. Coombs2016-12-231-7/+4
| | | | linter. Makes the travis script much cleaner.
* Try just matching RUNLINTS for allowed failuresJason R. Coombs2016-12-231-2/+1
|
* Nevermind Python 3.2. Seems pytest also has dropped support for it. Not ↵Jason R. Coombs2016-12-231-2/+0
| | | | worth the struggle.
* It's virtualenv 14 and pip 8 that dropped support for Python 3.2.Jason R. Coombs2016-12-231-1/+1
|
* By the time tox has created the env, it's already broken. Ref tox-dev/tox#323.Jason R. Coombs2016-12-231-0/+1
|
* Invoke tox directly to fix invocation errors on Python 2.6.Jason R. Coombs2016-12-231-1/+1
|
* Install toxJason R. Coombs2016-12-231-1/+3
|
* Disable WEBTEST_INTERACTIVE as it only causes problems.Jason R. Coombs2016-12-231-3/+0
|
* In tox, invoke tox directly. No longer support running tests with setup.py test.Jason R. Coombs2016-12-231-1/+1
|
* Merge branch 'master' into pytestJason R. Coombs2016-12-231-1/+1
|\
| * Leave just one version of 3.6 in .travis.ymlSviatoslav Sydorenko2016-11-241-1/+0
| |
| * Make TravisCI run tests against Python 3.6Sviatoslav Sydorenko2016-11-241-1/+2
| |
* | Merge with masterJason R. Coombs2016-10-041-5/+15
|\ \ | |/
| * Add extras for feature flags (#1496)Sviatoslav Sydorenko2016-09-171-2/+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
| * Double-quote env vars in comparisonsSviatoslav Sydorenko2016-09-081-3/+3
| |
| * Fix if statement in travis configSviatoslav Sydorenko2016-09-081-1/+1
| |
| * Don't install cherrypy when just running pre-commitSviatoslav Sydorenko2016-09-081-1/+1
| |
| * Run pre-commit hooks, allowing them to failSviatoslav Sydorenko2016-09-081-1/+7
| |
| * Enable pip cache for Travis CISviatoslav Sydorenko2016-09-061-0/+3
| |
| * Drop all_branches option from deploy configSviatoslav Sydorenko2016-09-031-1/+0
| | | | | | If tags is set to `true`, branch restrictions are ignored. Removed useless param
| * Let Travis CI update build status ASAPSviatoslav Sydorenko2016-08-251-0/+1
| |
| * Drop testing unsupported 3.1, add 3.5-devSviatoslav Sydorenko2016-08-221-3/+4
| | | | | | | | Also drop nightly from allow_failures since test usually pass under it :seealso: https://docs.travis-ci.com/user/languages/python#Nightly-build-support
* | Travis alsoJason R. Coombs2016-07-271-2/+1
|/
* Add testing against loosely supported Python versions in Travis (#1464)Sviatoslav Sydorenko2016-07-261-3/+15
| | | | | | | | | | | | * Add testing against loosely supported Python versions in Travis * Fix allow_failures syntax in Travis config * Fix allow_failures syntax in Travis config [2] * Fix allow_failures syntax in Travis config [3] * Split install and script sections to be more verbose
* Package needs to be installed to get install_requires dependenciesJason R. Coombs2016-06-051-0/+1
|