]> git.ipfire.org Git - thirdparty/tornado.git/commit
Rewrite travis.yml to make it simpler and more comprehensive.
authorBen Darnell <ben@bendarnell.com>
Fri, 8 Mar 2013 23:26:36 +0000 (18:26 -0500)
committerBen Darnell <ben@bendarnell.com>
Fri, 8 Mar 2013 23:26:36 +0000 (18:26 -0500)
commit20afb40419897c653d1ad8d999956f9adb1d20e5
tree0ca317dbc1a9f275c17562be5500273726a1b3d3
parent8a198cc40381f2b5f5806d3b6078462105a11384
Rewrite travis.yml to make it simpler and more comprehensive.

Unlike tox, travis never reuses virtualenvs so setup/install time dominates.
Each test configuration only takes a few seconds once everything is
installed, so it's better to run fewer environments with lots of tests
in each.

This reduces the configuration to 10 environments (two for each python version,
with and without dependencies installed).  All tests are run in every
environment where they can run (unlike the tox config, which has many
variants that only run under py27)
.travis.yml