summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | | update changelogBenoit Pierre2017-09-061-0/+5
| * | | fix support for `dependency_links`Benoit Pierre2017-09-062-2/+17
|/ / /
| | * Drop support for Python 2.6feature/drop-py26Jason R. Coombs2017-09-033-21/+7
| |/ |/|
* | Merge https://github.com/jaraco/skeleton2.12Jason R. Coombs2017-09-038-40/+63
|\ \ | |/
| * Inspired by pypa/setuptools#1059, use the preferred bdist_wheel heading.Jason R. Coombs2017-08-261-1/+1
| * Restore support for namespace package declaration, selected on a 'nspkg_techn...Jason R. Coombs2017-08-141-0/+9
| * Use a simple build number rather than prefixing with '1.0.'Jason R. Coombs2017-06-041-0/+2
| * Remove namespace_packages declaration, no longer needed.Jason R. Coombs2017-05-121-1/+0
| * Require tox 2.4 or later; fixes #2.Jason R. Coombs2017-04-281-0/+3
| * Add appveyor script for CI testing on Windows.Jason R. Coombs2017-04-261-0/+19
| * Move requirements for docs and testing into extrasJason R. Coombs2017-04-215-10/+13
| * Add readthedocs yml fileJason R. Coombs2017-04-211-0/+3
| * The requirement is no longer needed for tests.Jason R. Coombs2017-03-301-1/+0
| * Use single-quotes to satisfy the style nazis.Jason R. Coombs2017-03-301-4/+4
| * Rely on jaraco.packaging for loading the package metadata from the package fo...Jason R. Coombs2017-03-302-26/+4