summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update changelog. Ref #42.4.3Jason R. Coombs2019-02-131-0/+5
|
* Add workaround for manahl/pytest-plugins/issues/122Jason R. Coombs2019-02-131-0/+2
|
* Pin to old versions of pytest as workaround for manahl/pytest-plugins#110.Jason R. Coombs2019-02-131-0/+2
|
* Merge https://github.com/jaraco/skeletonJason R. Coombs2019-02-139-126/+245
|\
| * Amend skeleton documentation to expand on the value of the approach.Jason R. Coombs2019-02-061-0/+2
| |
| * Suppress E117 as workaround for PyCQA/pycodestyle#836Jason R. Coombs2019-02-061-0/+2
| |
| * Clarify purpose of local/upstream extrasJason R. Coombs2018-12-281-1/+1
| |
| * Use consistent encoding quoting in pyproject.tomlJason R. Coombs2018-12-281-1/+1
| |
| * Add workaround for DeprecationWarning in flake8Jason R. Coombs2018-12-271-0/+2
| |
| * Add documentation on the skeleton. Fixes #5.Jason R. Coombs2018-12-203-3/+127
| |
| * Rely on pep517 0.5Jason R. Coombs2018-12-172-25/+1
| |
| * spaces, style and formatters (#4)Sebastian Kriems2018-12-142-27/+21
| | | | | | | | use spaces, fixed indentation, format using autopep8
| * Add support for cutting releases without DPL and using pep517.Jason R. Coombs2018-12-124-15/+43
| |
| * Indicate build backend of setuptoolsJason R. Coombs2018-12-121-0/+1
| |
| * Revert "Remove use of setup_requires. Builders now require pip 10 or later ↵Jason R. Coombs2018-12-111-0/+1
| | | | | | | | | | | | to build/install from sdist. Older installers will still install the packages from wheels. Ref tox-dev/tox#809." This reverts commit 2c91e8ec0d99f9ca354b7f913d61720925bb98bc.
| * Remove use of setup_requires. Builders now require pip 10 or later to ↵Jason R. Coombs2018-12-011-1/+0
| | | | | | | | build/install from sdist. Older installers will still install the packages from wheels. Ref tox-dev/tox#809.
| * Suppress deprecation warning in docutilsJason R. Coombs2018-12-011-0/+2
| |
| * Prefer pytest-checkdocs to collective.checkdocsJason R. Coombs2018-11-282-2/+1
| |
| * Remove pytest-sugar plugin from standard pipelines as recommended in ↵Jason R. Coombs2018-11-121-1/+0
| | | | | | | | Frozenball/pytest-sugar#159.
| * Remove workaround for pytest-sugar 159, now fixed.Jason R. Coombs2018-11-121-1/+0
| |
| * Add workaround for Frozenball/pytest-sugar#159.Jason R. Coombs2018-11-071-0/+1
| |
| * Merge branch 'declarative' into skeletonJason R. Coombs2018-10-283-58/+40
| |\
| | * Require setuptools 34.4 to support python_requires in declarative config.Jason R. Coombs2018-10-281-1/+1
| | |
| | * Move most package config to declarative configJason R. Coombs2018-09-172-57/+39
| | |
| * | Also ignore flake8 errorJason R. Coombs2018-09-241-0/+1
| | |
| * | Ignore pycodestyle warning. Seems it's not going to be fixed anytime soon.Jason R. Coombs2018-09-191-0/+2
| |/
| * Block pytest 3.7.3 due to pytest-dev/pytest#3888.Jason R. Coombs2018-08-281-1/+1
| |
| * Release of pyyaml 3.13 seems to have fixed install issues on Python 3.7.Jason R. Coombs2018-08-281-2/+0
| |
| * Also ignore W504 in flake8, following the indication in ↵Jason R. Coombs2018-08-201-0/+2
| | | | | | | | OCA/maintainer-quality-tools that neither W503 nor W504 are worthwhile in general.
| * Remove release, no longer needed. Use twine instead.Jason R. Coombs2018-08-201-1/+0
| |
| * Use xenial to include support for Python 3.7.Jason R. Coombs2018-08-081-2/+3
| |
| * We're getting close, but Python 3.7 still requires a workaroundJason R. Coombs2018-07-031-1/+1
| |
| * Revert "Remove workaround for pyyaml 126."Jason R. Coombs2018-07-031-0/+2
| | | | | | | | This reverts commit 15024f12b5d4e90aee4f9a780efa263f47865d96.
| * Remove workaround for pyyaml 126.Jason R. Coombs2018-06-271-2/+0
| |
| * Rely on declarative config to create long_description.Jason R. Coombs2018-06-143-7/+2
| |
| * Drop the dot; http://blog.pytest.org/2016/whats-new-in-pytest-30/Jason R. Coombs2018-06-141-1/+1
| |
| * skip_upload_docs is defaultJason R. Coombs2018-06-141-1/+0
| |
| * Don't match issues if preceeded by some other indicator.Jason R. Coombs2018-06-111-1/+1
| |
| * Disable the (broken) IPv6 in Travis. Ref travis-ci/travis-ci#8361.Jason R. Coombs2018-06-091-0/+5
| |
| * When ignoring linter warnings, document the reason.Jason R. Coombs2018-04-121-1/+5
| |
| * Add pyproject.toml declaring build dependencies.Jason R. Coombs2018-04-101-0/+2
| |
| * Bump minimum pytest versionJason R. Coombs2018-03-271-1/+1
| |
* | Moved dependency check to runtime. Fixes #40.4.2Jason R. Coombs2018-03-183-1/+19
| |
* | Declare dependency on Setuptools. Fixes #40.4.1Jason R. Coombs2018-03-172-0/+6
| |
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2018-03-176-1/+21
|\ \ | |/
| * Limit workaround to affected PythonJason R. Coombs2018-03-071-1/+1
| |
| * Add appveyor badge (commented). Disable RTD by default.Jason R. Coombs2018-03-051-2/+5
| |
| * Run flake8 with tests. Add flake8 config to ignore common exclusions. Add ↵Jason R. Coombs2018-03-033-1/+10
| | | | | | | | comments to testing and docs extras to aid with merges.
| * Add workaround for build failures on Python 3.7 (yaml/pyyaml#126).Jason R. Coombs2018-02-281-0/+2
| |
| * Save the pip cache across builds. Ref pypa/setuptools#1279.Jason R. Coombs2018-02-201-0/+3
| |