summaryrefslogtreecommitdiff
path: root/.travis
Commit message (Expand)AuthorAgeFilesLines
* Remove vendored test support, as it's never workedDonald Stufft2017-08-311-38/+0
* Move all internal APIs to pip._internalDonald Stufft2017-08-311-2/+2
* Try running with 4 workers (#4687)Pradyun Gedam2017-08-311-1/+1
* Merge linting tests onto 2 jobs (#4566)Pradyun S. Gedam2017-07-051-5/+9
* 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
* 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
* 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
|\
| * 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
* 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
* Use Travis to handle the MatrixDonald Stufft2014-01-281-0/+13
* Build Python 3.4Donald Stufft2014-01-141-0/+11