summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* Travis: Default to Python 3.6 and enable 3.7 supportPradyun Gedam2018-07-291-6/+9
* Document and test support for Py3.7Pradyun Gedam2018-07-031-5/+9
* Move Travis files into tools/Pradyun Gedam2018-06-151-3/+3
* Adopt Build StagesPradyun Gedam2018-05-301-2/+9
* Rework Travis CI configurationPradyun Gedam2018-05-301-27/+32
* Travis: Move non-installation commands to a separate filePradyun Gedam2018-05-271-0/+1
* Run functional tests for install in separate jobs (#5436)Hugo2018-05-261-9/+23
* Drop support for Python 3.3Donald Stufft2018-05-171-2/+0
* enable pip cache for travis buildThijs Triemstra2018-03-011-0/+1
* Travis: Enable fast_finish (#4693)anatoly techtonik2017-10-021-0/+1
* Merge pull request #4545 from pradyunsg/mypy/infrastructureDonald Stufft2017-09-041-0/+1
|\
| * Merge branch 'master' into mypy/infrastructurePradyun S. Gedam2017-09-021-9/+12
| |\
| * | Add basic mypy supportPradyun S. Gedam2017-07-171-0/+1
* | | travis: pypy3 tests should now run, disallow failuresBenoit Pierre2017-09-021-1/+0
| |/ |/|
* | Remove vendored test support, as it's never workedDonald Stufft2017-08-311-5/+0
* | Re-order Travis jobs (#4669)Pradyun S. Gedam2017-08-161-11/+15
* | Travis: Upgrade to Trusty and MyPy 5.8.0 (#4652)Pradyun S. Gedam2017-08-091-1/+5
|/
* Merge linting tests onto 2 jobs (#4566)Pradyun S. Gedam2017-07-051-3/+3
* Travis: Improve build speeds and upgrade PyPy version (#4590)Pradyun S. Gedam2017-07-021-1/+3
* Add a comment backPradyun S. Gedam2017-06-131-0/+4
* Add an isort jobPradyun S. Gedam2017-06-131-1/+1
* Reformat .travis.ymlPradyun S. Gedam2017-06-131-30/+20
* Fix up some bookkeepingDonald Stufft2017-03-181-2/+0
* Remove the wheel-less vendor tests (#4341)Donald Stufft2017-03-181-4/+0
* Switch to 3.6.0 final as our latest 3.x release (#4202)Donald Stufft2016-12-241-5/+5
* .travis.yml: travis_retry .travis/install.shMarc Abramowitz2016-11-041-1/+1
* Python 3.6 is working on Travis so require it (#4039)Donald Stufft2016-10-291-1/+0
* Fix travis and tox configurations for 3.6 and 3.7Xavier Fernandez2016-10-151-1/+4
* Allow Nightly Python to Fail in Travis (#3978)Donald Stufft2016-09-171-27/+30
* Fix typosJakub Wilk2016-06-101-1/+1
* Make Travis test docs and pep8 before everything elseanatoly techtonik2015-12-271-4/+4
* Drop support for Python 3.2Donald Stufft2015-10-011-2/+0
* Test the released version of 3.5 instead of devDonald Stufft2015-09-141-5/+7
* Fix InterpreterNotFound: python3.5 error.Berker Peksag2015-07-231-1/+1
* Don't specify a Python version for non Python version environmentsDonald Stufft2015-06-091-8/+4
* Try using Travis's Nightly support for CPythonDonald Stufft2015-06-091-1/+2
* Refactor our .travis.yml to be more like pyca/cryptography'sDonald Stufft2015-06-091-16/+35
* Try to test against Python 3.5Donald Stufft2015-05-271-0/+1
* Drop PyPy from the de-bundling testsDonald Stufft2014-12-131-2/+0
* Drop Python 3.3 for unbundledDonald Stufft2014-12-131-2/+0
* Support importing from Wheels automaticallyDonald Stufft2014-12-131-0/+4
* Test unvendoring on TravisDonald Stufft2014-11-201-0/+4
* Ensure that our packaging remains correctDonald Stufft2014-09-291-0/+1
* Use encrypted vars instead of branch names to stop forks from notifyingDonald Stufft2014-09-261-7/+5
* Use a regex to avoid hard coding version branchesDonald Stufft2014-06-301-3/+2
* Remove OSX from our build matrixDonald Stufft2014-05-081-23/+1
* Exclude PyPy and Python 3.2 on OSXDonald Stufft2014-05-041-0/+6
* Run our Travis tests on OSX as well as LinuxDonald Stufft2014-05-031-1/+17
* Remove a chown for ~/.distlibDonald Stufft2014-04-261-3/+0
* Refactor travis install logic to move it into a shell scriptDonald Stufft2014-04-261-13/+1