aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into drop-py26Jason R. Coombs2017-11-191-0/+1
|\
| * travis: make deploy stage conditionalBenoit Pierre2017-09-131-0/+1
* | Merge branch 'master' into drop-py26Jason R. Coombs2017-09-031-32/+43
|\|
| * 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
| |/
| * Disable upload docsJason R. Coombs2016-12-161-0/+1
* | Drop support for Python 2.6, removing lots of compatibility code for a leaner...Jason R. Coombs2016-12-091-1/+0
|/
* Stop testing on pypy3 until Travis gets pypy 5.5 or later. Ref #864.Jason R. Coombs2016-12-011-1/+0
* Now by default include the windows script launchers. Fixes #861 by addressing...Jason R. Coombs2016-11-261-2/+0
* Tests pass again. Fixes #836.Jason R. Coombs2016-11-041-5/+0
* Correct syntaxJason R. Coombs2016-10-311-2/+2
* Acknowledge that tests now fail on Python 3.6. Ref #836.Jason R. Coombs2016-10-311-0/+5
* No need to allow failures, as there are no known failures.Jason R. Coombs2016-10-151-5/+0
* Restore pypy3 tests. Ref #815.Jason R. Coombs2016-10-151-0/+1
* Add 3.6-dev and nightly to travis configurationXavier Fernandez2016-10-151-1/+7
* Simply invoke tox for Python 2.6 compatibilityJason R. Coombs2016-10-141-1/+2
* Install tox and not pytest. tox will install pytest.Jason R. Coombs2016-10-141-2/+1
* Run tests with toxJason R. Coombs2016-10-141-2/+2
* Use pytest>=3.0.2Bruno Oliveira2016-09-011-1/+1
* Install py.test>=2.8,<3Tim Heap2016-08-291-1/+1
* Update upload targetJason R. Coombs2016-08-081-1/+1
* Report skips and xfails on CI buildsJason R. Coombs2016-07-301-1/+1
* Maybe just the pin needs to be removedJason R. Coombs2016-07-281-1/+1