summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update changelog.4.5.14.xJason R. Coombs2019-05-231-0/+6
* Update changelog from master.Jason R. Coombs2019-05-231-0/+13
* Emit a warning when a future-unsupported setuptools version is detected. Ref ...4.4Jason R. Coombs2019-02-142-0/+21
* Update changelog. Ref #43.4.3.1Jason R. Coombs2019-02-141-0/+11
* Suppress E117 as workaround for PyCQA/pycodestyle#836Jason R. Coombs2019-02-141-1/+9
* Add workaround for manahl/pytest-plugins/issues/122Jason R. Coombs2019-02-141-0/+2
* Pin to old versions of pytest as workaround for manahl/pytest-plugins#110.Jason R. Coombs2019-02-141-0/+2
* 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
| * Add build-docs env in tox.Jason R. Coombs2018-01-021-0/+8
| * Use httpsJason R. Coombs2018-01-021-2/+2
| * reference the license file in metadataJason R. Coombs2017-11-161-0/+3
| * Correct travis syntaxJason R. Coombs2017-11-161-0/+1
| * Declare 'python' factor at top levelJason R. Coombs2017-11-151-3/+4
| * Normalize indentation in docs/conf.pyJason R. Coombs2017-11-131-3/+3
* | Merge pull request #34 from pytest-dev/feature/drop-py263.0Jason R. Coombs2017-10-273-21/+7
|\ \
| * \ Merge branch 'master' into feature/drop-py26Jason R. Coombs2017-10-278-53/+65
| |\ \ | |/ / |/| |
* | | Update changelog2.12.2Jason R. Coombs2017-10-271-0/+5
* | | Merge https://github.com/jaraco/skeletonJason R. Coombs2017-10-275-51/+38
|\ \ \ | | |/ | |/|
| * | Add documentation badge.Jason R. Coombs2017-10-171-0/+3
| * | Remove downloads shield, no longer available.Jason R. Coombs2017-10-161-2/+0
| * | Add a license file. Fixes jaraco/skeleton#1.Jason R. Coombs2017-09-262-8/+7
| * | --add doesn't work in a listJason R. Coombs2017-09-211-1/+2
| * | Remove 'bootstrap', artifact from setuptoolsJason R. Coombs2017-09-191-1/+0
| * | Use stages in travis to have deployment depend on success in all Python versi...Jason R. Coombs2017-09-181-20/+29
| * | Check the docs during testsJason R. Coombs2017-09-132-1/+4
* | | Merge pull request #32 from benoit-pierre/fix_dependency_links_support2.12.1Jason R. Coombs2017-09-063-2/+22
|\ \ \
| * | | Commit to 2.12.1Jason R. Coombs2017-09-061-2/+2