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
*
Update the upload endpoint to use a different hostname and path. Ref #589.
Jason R. Coombs
2016-06-03
1
-1
/
+2
*
Specify the repository URL in Travis config also. Fixes #589.
Jason R. Coombs
2016-06-03
1
-0
/
+1
*
Try comparing eq
Jason R. Coombs
2016-04-25
1
-1
/
+1
*
Support pypy3 also
Jason R. Coombs
2016-04-20
1
-3
/
+0
*
Limit deploys to Python 3.5 and only the standard run. Ref #549.
Jason R. Coombs
2016-04-16
1
-1
/
+2
*
Don't test the bootstrap script. It fails when deploys are happening, which i...
Jason R. Coombs
2016-03-29
1
-2
/
+0
*
Took a chance on 'env:' and lost
Jason R. Coombs
2016-03-29
1
-1
/
+0
*
Try setting Python version and all_branches: true per https://github.com/trav...
Jason R. Coombs
2016-03-29
1
-0
/
+3
*
Attempting a new streamlined, Travis-powered release process.
Jason R. Coombs
2016-03-29
1
-0
/
+10
*
Allow failures with pypy3 for now
Matthew Iversen
2016-01-29
1
-0
/
+3
*
Test on pypy3
Matt Iversen
2016-01-29
1
-0
/
+1
*
No longer need to specify a version in the test run.
Jason R. Coombs
2015-12-15
1
-1
/
+3
*
Output the env in the test run
Jason R. Coombs
2015-12-01
1
-0
/
+3
*
Try setting LC_CTYPE also
Jason R. Coombs
2015-12-01
1
-1
/
+1
*
Reorder tests
Jason R. Coombs
2015-12-01
1
-1
/
+1
*
Invoke old pip directly
Jason R. Coombs
2015-12-01
1
-1
/
+1
*
Force later pytest
Jason R. Coombs
2015-12-01
1
-0
/
+3
*
Run tests with and without LC_ALL=C
Jason R. Coombs
2015-12-01
1
-1
/
+2
*
Bump version installed by bootstrap tester
Jason R. Coombs
2015-12-01
1
-1
/
+1
*
Try LC_ALL
Jason R. Coombs
2015-12-01
1
-1
/
+1
*
I meant for the variables to be defined together
Jason R. Coombs
2015-12-01
1
-2
/
+1
*
Force consistent ordering with PYTHONHASHSEED=0
Jason R. Coombs
2015-12-01
1
-2
/
+4
*
Travis has 3.5 now also
Jason R. Coombs
2015-12-01
1
-0
/
+1
*
Always run tests with LANG=C to capture issues in that restrictive environment.
Jason R. Coombs
2015-12-01
1
-2
/
+1
*
Also run the tests with LANG=C
Jason R. Coombs
2015-12-01
1
-0
/
+1
*
Dropping support for Python 3.2 and earlier Python 3 versions. Currently only...
Jason R. Coombs
2015-10-22
1
-1
/
+0
*
Now tests may be invoked simply with setup.py test.
Jason R. Coombs
2015-02-25
1
-1
/
+1
*
Bump script used for ez_setup.py
Jason R. Coombs
2015-02-16
1
-1
/
+1
*
Bump version loaded by ez_setup.py
Jason R. Coombs
2015-01-02
1
-1
/
+1
*
Should be sufficient to invoke ./bootstrap.
Jason R. Coombs
2015-01-02
1
-2
/
+1
*
Report skipped tests
Jason R. Coombs
2014-12-31
1
-1
/
+1
*
Run bootstrap in order to purge the file finder from the egg_info (until trav...
Jason R. Coombs
2014-12-25
1
-0
/
+3
*
Test bootstrap against 7.0 release.
Jason R. Coombs
2014-11-25
1
-1
/
+1
*
Now that pytest is invoked via setup.py, it should no longer be necessary to ...
Jason R. Coombs
2014-11-25
1
-1
/
+0
*
Remove workaround for pytest issue
Jason R. Coombs
2014-10-25
1
-2
/
+0
*
Build the egg_info before running tests
Jason R. Coombs
2014-10-25
1
-0
/
+1
*
Move doctest directive and ignores to setup.cfg
Jason R. Coombs
2014-09-27
1
-2
/
+1
*
Also ignore lib2to3_ex.py
Jason R. Coombs
2014-09-27
1
-1
/
+2
*
Try ignoring release.py
Jason R. Coombs
2014-09-27
1
-1
/
+1
*
Add doctesting of modules. Ref #259.
Jason R. Coombs
2014-09-27
1
-1
/
+1
*
Indicate upgrade to test pytest-555
Jason R. Coombs
2014-08-07
1
-1
/
+1
*
Testing fix for pytest-555
Jason R. Coombs
2014-08-07
1
-2
/
+2
*
Omit sudo. Hope pytest is in the virtualenv
5.4.2
Jason R. Coombs
2014-08-01
1
-1
/
+1
*
Try running not in the context of the project under test
Jason R. Coombs
2014-08-01
1
-1
/
+1
*
Use 'python -m' to install to active Python version
Jason R. Coombs
2014-08-01
1
-1
/
+1
*
Downgrade pytest to get tests to pass.
Jason R. Coombs
2014-08-01
1
-0
/
+2
*
Bump version pulled for testing ez_setup.py
Jason R. Coombs
2014-07-12
1
-1
/
+1
*
Add Python 3.4 as a testable version. Bump version pulled in bootstrap test.
Jason R. Coombs
2014-05-05
1
-1
/
+2
*
Also run tests under unittest for now. Ref #181.
Jason R. Coombs
2014-03-30
1
-0
/
+1
*
Use pytest for running tests in Travis
Jason R. Coombs
2014-03-23
1
-1
/
+1
[next]