summaryrefslogtreecommitdiff
path: root/.travis
Commit message (Collapse)AuthorAgeFilesLines
* Merge linting tests onto 2 jobs (#4566)Pradyun S. Gedam2017-07-051-5/+9
| | | | | | * Merge linting tests onto 2 * Use a common section to remove repetition
* print the 5 slowest integration tests on each travis runAlex Gaynor2017-03-241-1/+1
|
* Change "tmpdir" fixture to work with latest pytestBruno Oliveira2016-07-211-12/+2
| | | | | | | | | Re-using the built-in tmpdir fixture fixes pytest-dev/pytest#1083 Also with latest pytest there's no need to use --assert=plain on py35 anymore Fixes #3699 Fixes pytest-dev/pytest#1083
* Drop support for Python 3.2Donald Stufft2015-10-011-4/+0
|
* Test the released version of 3.5 instead of devDonald Stufft2015-09-141-0/+5
|
* Remove coverageDonald Stufft2015-08-011-1/+1
|
* Do a (slightly) less insane thing to handle debundlingDonald Stufft2015-06-231-3/+12
| | | | | | | | | | | | | | | | Previously we attempt to do some crazy things with import hooks in order to attempt to automatically alias normally installed dependencies as our vendored dependencies. This turned out to be fairly fragile, so instead we'll manually patch sys.modules to trigger the aliasing. As part of this, we also drop support for the PIP_NO_VENDOR_FOR_DOWNSTREAM environment variable because it was never fully supported and now that we have wheel caching, actually using it could possibly trigger a bad wheel to be cached. The new mechanism requires some light patching by downstream to opt into the mechanism, so they can also easily remove all of the files in pip/_vendor/ except for __init__.py.
* Try using Travis's Nightly support for CPythonDonald Stufft2015-06-092-9/+1
|
* Don't run diff-cover anymoreDonald Stufft2015-06-092-19/+1
|
* Try to test against Python 3.5Donald Stufft2015-05-272-2/+15
|
* Set the environment variableDonald Stufft2015-05-141-4/+0
|
* Merge pull request #2184 from dstufft/support-import-wheelsDonald Stufft2014-12-181-1/+13
|\ | | | | Add Wheels to sys.path If They Exist In The Vendor Directory
| * Support importing from Wheels automaticallyDonald Stufft2014-12-131-1/+13
| |
* | Enable parallelization of the Python 3.2 integration testsDonald Stufft2014-12-181-11/+6
|/
* Test unvendoring on TravisDonald Stufft2014-11-201-0/+17
|
* Install coverageDonald Stufft2014-07-011-1/+1
|
* Protect against coverage files not existingDonald Stufft2014-06-301-3/+9
|
* Use the correct parameter nameDonald Stufft2014-06-301-1/+1
|
* Remove some noise in the outputDonald Stufft2014-06-301-3/+7
|
* Use diff-cover to show the change in coverageDonald Stufft2014-06-302-2/+11
|
* Run the unit tests before the integration testsDonald Stufft2014-06-301-2/+7
|
* Remove OSX from our build matrixDonald Stufft2014-05-082-83/+0
| | | | | | | The Travis OSX builders are incredibly inconsistent for how long they take to run our test suite. It is currently ranging anywhere from ~15 minutes to well beyond 50 minutes, at which point it times out.
* Isolate our tests from the running user's configurationDonald Stufft2014-05-071-2/+2
|
* set LC_CTYPE to en_US.UTF-8 to make output to UTF-8 workDonald Stufft2014-05-031-0/+4
|
* Run our Travis tests on OSX as well as LinuxDonald Stufft2014-05-032-0/+81
|
* The PyPy on travis is also a recent PyPyAlex Gaynor2014-04-291-8/+0
|
* Travis now includes its own Python 3.4Alex Gaynor2014-04-291-5/+0
|
* Remove .travis/py34.sh because it has been rolled into .travis/install.shDonald Stufft2014-04-261-4/+0
|
* Refactor travis install logic to move it into a shell scriptDonald Stufft2014-04-261-0/+23
|
* Refactor the Travis running into a shell commandDonald Stufft2014-04-261-0/+13
|
* Yes yes yes.Jannis Leidel2014-03-231-1/+1
|
* Use the deadsnakes PPA for a not so dead snake (3.4).Jannis Leidel2014-03-231-10/+3
|
* Revert "Use Travis to handle the Matrix"Donald Stufft2014-02-101-13/+0
| | | | This reverts commit 01894aee7be04fb0756f4e73a462ccf5ae2c886f.
* Use Travis to handle the MatrixDonald Stufft2014-01-281-0/+13
|
* Build Python 3.4Donald Stufft2014-01-141-0/+11