index
:
external_python_setuptools
40.7-maintenance
bootstrap
bootstrap-2.x
bootstrap-py24
bugfix/1623-always-targz
bugfix/1635-disallow-parent-paths
bugfix/1663-restore-port
bugfix/2129-better-egg-detection
bugfix/2232-adopt-distutils-default
bugfix/2232-ubuntu-patch
bugfix/downgrade-pip
bugfix/downgrade-pip-redux
debt/drop-py35
debt/remove-RequirementParseError
develop-nspkg
develop-nspkg-always
di-patch-1
distutils
distutils-adopt-escape-hatch
docs/auto-merge
docs/distutils-porting
dont-normalize
drop-py26
export-pkg-resources
feature/1246-utf-8-in-scripts
feature/1696-update-vendored-deps
feature/2093-docs-revamp
feature/deprecate-2to3
feature/deps-in-metadata
feature/deterministic-provides-extras-2
feature/easy-install-dep
feature/implicit-bootstrap
feature/include-pyproject.toml
feature/pip-options-alignment
feature/pyopenssl-fallback
feature/simple-dist-name-in-scripts
feature/tox-venv
feature/vendor-pkg-resources
feature/version-in-cfg
feature/xenial-py37
fix_changelog
issue-704
issue-889
issue-97
issue250-module_from_spec
issue250-reentry
iterator-unpack
maint/44.x
master
pr/1521
pr1887-rebase
replicant-10
revert-1180-fix_889_and_non-ascii_in_setup.cfg_take_2
setuptools-scm
Python setuptools
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.travis.yml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Travis test for pyc files in egg-info
Paul Ganssle
2018-11-12
1
-1
/
+2
*
Add before_deploy checks for pyc files in TravisCI
Gökçen Nurlu
2018-10-27
1
-1
/
+3
*
coverage: ignore invalid Python 3.8 coverage data
Benoit Pierre
2018-10-21
1
-16
/
+11
*
travis: ensure test requirements are installed and up-to-date
Benoit Pierre
2018-10-21
1
-3
/
+5
*
travis: fix support for Python 3.7 and add support for 3.8
Benoit Pierre
2018-10-21
1
-12
/
+17
*
travis: preemptively switch to VM-based jobs
Benoit Pierre
2018-10-19
1
-1
/
+0
*
Stop testing Python 3.3 in Travis
Jeremy Bowman
2018-05-17
1
-2
/
+1
*
Pin pytest-flake8 to 1.0.0
Ian Wienand
2018-05-01
1
-0
/
+2
*
travis: fix deployment stage
v39.1.0
Benoit Pierre
2018-04-28
1
-10
/
+30
*
Improve speed and clarity of code coverage
Benoit Pierre
2018-03-27
1
-16
/
+12
*
Skip coverage on pypy3 on travis
Paul Ganssle
2018-03-23
1
-1
/
+4
*
Add codecov to tox and travis
Paul Ganssle
2018-03-23
1
-1
/
+2
*
Add coverage to travis
Paul Ganssle
2018-03-23
1
-2
/
+10
*
Exclude tox-venv on Python 3.3, where it fails.
Jason R. Coombs
2018-03-05
1
-1
/
+1
*
Include tox-venv to bring venv from the future.
Jason R. Coombs
2018-03-05
1
-1
/
+1
*
Drop support for Python 2.6 by merging the drop-py26 branch. Fixes #878.
Jason R. Coombs
2017-11-20
1
-1
/
+0
|
\
|
*
Merge branch 'master' into drop-py26
Jason R. Coombs
2017-11-19
1
-0
/
+1
|
|
\
|
*
\
Merge branch 'master' into drop-py26
Jason R. Coombs
2017-09-03
1
-32
/
+43
|
|
\
\
|
*
|
|
Drop support for Python 2.6, removing lots of compatibility code for a leaner...
Jason R. Coombs
2016-12-09
1
-1
/
+0
*
|
|
|
Extract Python versions as top-level factors.
Jason R. Coombs
2017-11-20
1
-9
/
+11
|
|
_
|
/
|
/
|
|
*
|
|
travis: make deploy stage conditional
Benoit Pierre
2017-09-13
1
-0
/
+1
|
|
/
|
/
|
*
|
travis: fix deployment
Benoit Pierre
2017-07-31
1
-0
/
+1
*
|
Merge pull request #1091 from benoit-pierre/update_travis_builds
Jason R. Coombs
2017-07-30
1
-0
/
+2
|
\
\
|
*
|
travis: add `pypy3` job
Benoit Pierre
2017-07-28
1
-0
/
+1
|
*
|
travis: update image
Benoit Pierre
2017-07-28
1
-0
/
+1
*
|
|
More concise explanation
Jason R. Coombs
2017-07-23
1
-1
/
+1
*
|
|
tests: rework clean install test
Benoit Pierre
2017-07-15
1
-3
/
+0
|
/
/
*
|
Invoke bootstrap prior to cutting release. Fixes #1084.
v36.2.0
Jason R. Coombs
2017-07-13
1
-0
/
+1
*
|
Explicitly ask Travis to use containers for jobs
Sviatoslav Sydorenko
2017-07-14
1
-0
/
+1
*
|
Don't run tests in deploy-only job
Sviatoslav Sydorenko
2017-07-14
1
-0
/
+2
*
|
Run build stages (pipelines) in Travis CI config
Sviatoslav Sydorenko
2017-07-14
1
-37
/
+36
*
|
Merge pull request #1070 from benoit-pierre/tests_releated_fixes_and_tweaks
Jason R. Coombs
2017-07-13
1
-2
/
+2
|
\
\
|
*
|
travis: fix ASCII builds
Benoit Pierre
2017-07-13
1
-2
/
+2
*
|
|
Move clean install test to tests dir.
Jason R. Coombs
2017-07-13
1
-1
/
+1
*
|
|
Add a test that setuptools can be installed in a clean environment
Alex Chan
2017-06-01
1
-0
/
+3
|
/
/
*
|
Remove now unnecessary before_deploy step
Jason R. Coombs
2017-05-31
1
-2
/
+0
*
|
Merge branch 'master' into feature/re-vendor-sadface
Jason R. Coombs
2017-05-30
1
-0
/
+1
|
\
\
|
*
|
Remove stale references to rwt. Ref #1018.
Jason R. Coombs
2017-05-11
1
-2
/
+2
|
*
|
Rewrite tests to test the actual matching rather than making assertions about...
Jason R. Coombs
2017-04-18
1
-3
/
+0
|
*
|
Mark failures as allowed. Ref #1015.
Jason R. Coombs
2017-04-15
1
-0
/
+3
*
|
|
Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"
Jason R. Coombs
2017-02-24
1
-2
/
+2
|
/
/
*
|
Release on Python 3.6
Jason R. Coombs
2017-02-23
1
-1
/
+1
*
|
Try installing requirements before deploying (because the requirements that t...
Jason R. Coombs
2017-01-23
1
-0
/
+2
*
|
Merge with master
Jason R. Coombs
2017-01-16
1
-4
/
+7
|
\
\
|
*
|
I doubt there's any need to test on 3.7-dev if we're testing nightly.
Jason R. Coombs
2017-01-16
1
-1
/
+0
|
*
|
Only test ASCII on Python 2.7 and 3.current
Jason R. Coombs
2017-01-16
1
-3
/
+6
|
*
|
Use 3.7-dev as the future candidate.
Jason R. Coombs
2017-01-16
1
-1
/
+1
|
*
|
Python 3.6 is out
Hugo
2017-01-16
1
-0
/
+1
*
|
|
In the bootstrap script, generate a requirements.txt file and use it to insta...
Jason R. Coombs
2017-01-01
1
-1
/
+1
*
|
|
Strip out vendored packages and require them instead. Ref #581.
Jason R. Coombs
2017-01-01
1
-3
/
+3
|
/
/
[next]