summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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 Frozenba...Jason R. Coombs2018-11-121-1/+0
| * | 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 OCA/maintainer-qualit...Jason R. Coombs2018-08-201-0/+2
| * 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
| * 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 com...Jason R. Coombs2018-03-033-1/+10
| * 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
* | Older Setuptools will never work on Python 3.7.Jason R. Coombs2018-02-101-0/+3
* | Remove docs link - readme is sufficient.4.0Jason R. Coombs2018-02-101-3/+0
* | Use itertools.product to produce the cross-product of setuptools versions and...Jason R. Coombs2018-02-101-10/+14
* | Remove compatibility shims for Setuptools<27.3.0Jason R. Coombs2018-02-103-35/+5
* | Use project_on_sys_path context from Setuptools 22.0.1.Jason R. Coombs2018-02-102-2/+8
* | Collapse run and _super_run3.0.1Jason R. Coombs2018-02-101-8/+5
* | Don't store the result_code. Just use it immediately.Jason R. Coombs2018-02-102-5/+5
* | Use === for separator in changelog and readme, matching convention in other p...Jason R. Coombs2018-02-102-27/+27
* | Avoid AttributeError when self.result_code was not set, such as when running ...Jason R. Coombs2018-02-102-2/+10
* | Merge https://github.com/jaraco/skeletonJason R. Coombs2018-02-108-11/+30
|\ \ | |/
| * Bring back pytest-sugar with a minimum version to support Pytest 3.4.Jason R. Coombs2018-02-101-1/+1
| * Disable pytest-sugar until Frozenball/pytest-sugar#133 is addressed.Jason R. Coombs2018-02-011-1/+1
| * Use tox-venv for future compatibility.Jason R. Coombs2018-01-292-2/+2
| * Need to avoid .eggs in recursing dirs. Ref pypa/setuptools_scm#212.Jason R. Coombs2018-01-261-1/+1
| * To support namespace packages, Setuptools must be 31.0.1. This change is nece...Jason R. Coombs2018-01-171-0/+2
| * Run only default environment by default.Jason R. Coombs2018-01-031-0/+1