210 Commits (master)
 

Author SHA1 Message Date
Tanner Collin cfc475a361 Add timeout 5 years ago
Jason R. Coombs 50bf2e047b Backfill changelog 6 years ago
Jason R. Coombs 320cd67403 Update changelog 6 years ago
Jason R. Coombs 923b505128 Feed the hobgoblins (delint). 6 years ago
Jason R. Coombs 9e0a04079f Merge https://github.com/jaraco/skeleton 6 years ago
Jason R. Coombs 40da2c6500 Run flake8 with tests. Add flake8 config to ignore common exclusions. Add comments to testing and docs extras to aid with merges. 6 years ago
Jason R. Coombs 41b814aa6c Add workaround for build failures on Python 3.7 (yaml/pyyaml#126). 6 years ago
Jason R. Coombs a8f66602f2 Save the pip cache across builds. Ref pypa/setuptools#1279. 6 years ago
Jason R. Coombs 3902aabd7f Bring back pytest-sugar with a minimum version to support Pytest 3.4. 6 years ago
Jason R. Coombs 34ab781f87 Disable pytest-sugar until Frozenball/pytest-sugar#133 is addressed. 6 years ago
Jason R. Coombs b9aba822c7 Use tox-venv for future compatibility. 6 years ago
Jason R. Coombs bbc018de3c Need to avoid .eggs in recursing dirs. Ref pypa/setuptools_scm#212. 6 years ago
Jason R. Coombs 99d850f0ed To support namespace packages, Setuptools must be 31.0.1. This change is necessary with the adoption of tox-venv, which uses Python's venv, which does not install the latest setuptools by default. 6 years ago
Jason R. Coombs 6365965369 Run only default environment by default. 6 years ago
Jason R. Coombs 97c492d425 Add build-docs env in tox. 6 years ago
Jason R. Coombs dd475b7ad1 Use https 6 years ago
Jason R. Coombs b4b4c11168 reference the license file in metadata 7 years ago
Jason R. Coombs ce5e0eb6ef Correct travis syntax 7 years ago
Jason R. Coombs 99622ab0e3 Declare 'python' factor at top level 7 years ago
Jason R. Coombs 6c36336e9f Normalize indentation in docs/conf.py 7 years ago
Jason R. Coombs 34958ccc94 Add documentation badge. 7 years ago
Jason R. Coombs d149ed4d5d Remove downloads shield, no longer available. 7 years ago
Jason R. Coombs 5dc924c102 Add a license file. Fixes jaraco/skeleton#1. 7 years ago
Jason R. Coombs a953d1baa6 --add doesn't work in a list 7 years ago
Jason R. Coombs a419524c69 Remove 'bootstrap', artifact from setuptools 7 years ago
Jason R. Coombs 835393c93e Use stages in travis to have deployment depend on success in all Python versions. 7 years ago
Jason R. Coombs 88d315ae9a Check the docs during tests 7 years ago
Jason R. Coombs 250cb96002 Inspired by pypa/setuptools#1059, use the preferred bdist_wheel heading. 7 years ago
Jason R. Coombs 16d68a9fd1 Restore support for namespace package declaration, selected on a 'nspkg_technique' setting 7 years ago
Jason R. Coombs 31fb9d19ee Use a simple build number rather than prefixing with '1.0.' 7 years ago
Jason R. Coombs c84284022a Remove namespace_packages declaration, no longer needed. 7 years ago
Jason R. Coombs 110cb56c59 Require tox 2.4 or later; fixes #2. 7 years ago
Jason R. Coombs 3383a3aceb Add appveyor script for CI testing on Windows. 7 years ago
Jason R. Coombs 243e44fdb7 Move requirements for docs and testing into extras 7 years ago
Jason R. Coombs fbe7cb7fa1 Add readthedocs yml file 7 years ago
Jason R. Coombs 23dae906a2 The requirement is no longer needed for tests. 7 years ago
Jason R. Coombs 689f700fcf Use single-quotes to satisfy the style nazis. 7 years ago
Jason R. Coombs 908cf4ad0e Rely on jaraco.packaging for loading the package metadata from the package for Sphinx. 7 years ago
Jason R. Coombs b9bcd86948 Include pytest-sugar for nicer test output. 7 years ago
Jason R. Coombs 049284c6c4 Include the project (for docstrings). Include Sphinx (for environments where it's not an implied provision). 7 years ago
Jason R. Coombs 59c37d70f1 Don't bother with copyright year(s). Let the repository history track the changes and copyright years. YAGNI. 7 years ago
Jason R. Coombs b728c5892b Add python_requires directive. 7 years ago
Jason R. Coombs e690b031cc Set the origin date once and forget it. 7 years ago
Jason R. Coombs ee0d8647d8 Add support for Python 2.6 in docs conf 7 years ago
Jason R. Coombs 21a4e86e6f Add PEP substitution in changelog. 7 years ago
Jason R. Coombs 9f6eea591e No longer rely on setup_requires for wheel. 7 years ago
Jason R. Coombs 746dd7999f Use Python 3.6 by default 7 years ago
Jason R. Coombs 5853c7e7e7 setup is already present in the module name. Just call them params. 7 years ago
Jason R. Coombs 84b53d9052 Default upload URL is now in Python 3.6. Use that. 7 years ago
Jason R. Coombs b1133de832 Strip the trailing newline and then split on newline. 7 years ago