aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* Fix Travis test for pyc files in egg-infoPaul Ganssle2018-11-121-1/+2
* Add before_deploy checks for pyc files in TravisCIGökçen Nurlu2018-10-271-1/+3
* coverage: ignore invalid Python 3.8 coverage dataBenoit Pierre2018-10-211-16/+11
* travis: ensure test requirements are installed and up-to-dateBenoit Pierre2018-10-211-3/+5
* travis: fix support for Python 3.7 and add support for 3.8Benoit Pierre2018-10-211-12/+17
* travis: preemptively switch to VM-based jobsBenoit Pierre2018-10-191-1/+0
* Stop testing Python 3.3 in TravisJeremy Bowman2018-05-171-2/+1
* Pin pytest-flake8 to 1.0.0Ian Wienand2018-05-011-0/+2
* travis: fix deployment stagev39.1.0Benoit Pierre2018-04-281-10/+30
* Improve speed and clarity of code coverageBenoit Pierre2018-03-271-16/+12
* Skip coverage on pypy3 on travisPaul Ganssle2018-03-231-1/+4
* Add codecov to tox and travisPaul Ganssle2018-03-231-1/+2
* Add coverage to travisPaul Ganssle2018-03-231-2/+10
* Exclude tox-venv on Python 3.3, where it fails.Jason R. Coombs2018-03-051-1/+1
* Include tox-venv to bring venv from the future.Jason R. Coombs2018-03-051-1/+1
* Drop support for Python 2.6 by merging the drop-py26 branch. Fixes #878.Jason R. Coombs2017-11-201-1/+0
|\
| * Merge branch 'master' into drop-py26Jason R. Coombs2017-11-191-0/+1
| |\
| * \ Merge branch 'master' into drop-py26Jason R. Coombs2017-09-031-32/+43
| |\ \
| * | | Drop support for Python 2.6, removing lots of compatibility code for a leaner...Jason R. Coombs2016-12-091-1/+0
* | | | Extract Python versions as top-level factors.Jason R. Coombs2017-11-201-9/+11
| |_|/ |/| |
* | | travis: make deploy stage conditionalBenoit Pierre2017-09-131-0/+1
| |/ |/|
* | travis: fix deploymentBenoit Pierre2017-07-311-0/+1
* | Merge pull request #1091 from benoit-pierre/update_travis_buildsJason R. Coombs2017-07-301-0/+2
|\ \
| * | travis: add `pypy3` jobBenoit Pierre2017-07-281-0/+1
| * | travis: update imageBenoit Pierre2017-07-281-0/+1
* | | More concise explanationJason R. Coombs2017-07-231-1/+1
* | | tests: rework clean install testBenoit Pierre2017-07-151-3/+0
|/ /
* | Invoke bootstrap prior to cutting release. Fixes #1084.v36.2.0Jason R. Coombs2017-07-131-0/+1
* | Explicitly ask Travis to use containers for jobsSviatoslav Sydorenko2017-07-141-0/+1
* | Don't run tests in deploy-only jobSviatoslav Sydorenko2017-07-141-0/+2
* | Run build stages (pipelines) in Travis CI configSviatoslav Sydorenko2017-07-141-37/+36
* | Merge pull request #1070 from benoit-pierre/tests_releated_fixes_and_tweaksJason R. Coombs2017-07-131-2/+2
|\ \
| * | travis: fix ASCII buildsBenoit Pierre2017-07-131-2/+2
* | | Move clean install test to tests dir.Jason R. Coombs2017-07-131-1/+1
* | | Add a test that setuptools can be installed in a clean environmentAlex Chan2017-06-011-0/+3
|/ /
* | Remove now unnecessary before_deploy stepJason R. Coombs2017-05-311-2/+0
* | Merge branch 'master' into feature/re-vendor-sadfaceJason R. Coombs2017-05-301-0/+1
|\ \
| * | Remove stale references to rwt. Ref #1018.Jason R. Coombs2017-05-111-2/+2
| * | Rewrite tests to test the actual matching rather than making assertions about...Jason R. Coombs2017-04-181-3/+0
| * | Mark failures as allowed. Ref #1015.Jason R. Coombs2017-04-151-0/+3
* | | Revert "Merge pull request #933 from pypa/feature/581-depend-not-bundle"Jason R. Coombs2017-02-241-2/+2
|/ /
* | Release on Python 3.6Jason R. Coombs2017-02-231-1/+1
* | Try installing requirements before deploying (because the requirements that t...Jason R. Coombs2017-01-231-0/+2
* | Merge with masterJason R. Coombs2017-01-161-4/+7
|\ \
| * | I doubt there's any need to test on 3.7-dev if we're testing nightly.Jason R. Coombs2017-01-161-1/+0
| * | Only test ASCII on Python 2.7 and 3.currentJason R. Coombs2017-01-161-3/+6
| * | Use 3.7-dev as the future candidate.Jason R. Coombs2017-01-161-1/+1
| * | Python 3.6 is outHugo2017-01-161-0/+1
* | | In the bootstrap script, generate a requirements.txt file and use it to insta...Jason R. Coombs2017-01-011-1/+1
* | | Strip out vendored packages and require them instead. Ref #581.Jason R. Coombs2017-01-011-3/+3
|/ /