- 15 May, 2018 9 commits
-
-
Jason R. Coombs authored
Support loading version from a file
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Pull request template
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Mason Egger authored
Add changelog for PR #1363 (issue #1355)
-
Mason Egger authored
-
Jeremy Bowman authored
-
Paul Ganssle authored
Fix doc build warnings
-
- 14 May, 2018 13 commits
-
-
Paul Ganssle authored
-
Jeremy Bowman authored
-
Paul Ganssle authored
Add configuration for towncrier
-
Paul Ganssle authored
-
Paul Ganssle authored
-
Paul Ganssle authored
-
Jason R. Coombs authored
Small fixes to Docs:Developer Guide
-
Miriam Sexton authored
-
Miriam Sexton authored
-
Paul Ganssle authored
Add tox environment for docs
-
Paul Ganssle authored
Add coverage badge to README
-
Matt Layman authored
This shows the coverage of the master branch as measured by Codecov.
-
Jeremy Bowman authored
-
- 01 May, 2018 2 commits
-
-
Jason R. Coombs authored
Pin pytest-flake8 to 1.0.0
-
Ian Wienand authored
pytest-flake8 1.0.1 has a hard dependency on pytest>=3.5 [1], which does not support python3.3 [2]. Avoid it for python3.3 and below until python3.3 is removed [3]. Additionally, ensure we have a recent enough pip in travis ci to handle multiple requirements entries. [1] https://github.com/tholo/pytest-flake8/commit/25bbd3b42d3aa0962fb736202115dae9e5d2cd7c [2] https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23 [3] https://github.com/pypa/setuptools/pull/1342
-
- 28 Apr, 2018 3 commits
-
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
-
- 26 Apr, 2018 2 commits
-
-
Paul Ganssle authored
Update all pypi.python.org URLs to pypi.org
-
Jon Dufresne authored
For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
-
- 25 Apr, 2018 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 20 Apr, 2018 1 commit
-
-
Paul Ganssle authored
pep425tags: turn warning into a debug log entry
-
- 18 Apr, 2018 1 commit
-
-
Thomas Khyn authored
fixes #1314
-
- 12 Apr, 2018 2 commits
-
-
Paul Ganssle authored
Add .pytest_cache/ to gitignore
-
Paul Ganssle authored
-
- 09 Apr, 2018 1 commit
-
-
Paul Ganssle authored
Update wheel tests to reflect latest version
-
- 07 Apr, 2018 1 commit
-
-
Paul Ganssle authored
This is both compatible with the old version of wheel (last one supported under Python 3.3) and is more in line with our commitment, which is that the wheel install provides at least these files.
-
- 06 Apr, 2018 1 commit
-
-
Paul Ganssle authored
-
- 04 Apr, 2018 1 commit
-
-
Paul Ganssle authored
Set up code coverage
-
- 27 Mar, 2018 1 commit
-
-
Benoit Pierre authored
Rationale: - tox should work the same as before - coverage is too slow and disabled by default locally - disable coverage on pypy and pypy3 (way too slow) - add coverage info for pkg_resources - make sure tests are ignored in coverage - make sure all CI jobs are identifiable - include coverage for xfail (too complicated otherwise) - disable report on terminal
-