summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Expand)Author
2022-02-14mypy: introduce type checking (#1254)Chris Patterson
2022-02-02spell check docs with spellintian (#1223)Brett Holman
2022-01-18testing: support pycloudlib config file (#1189)James Falcon
2022-01-10Remove 3.5 and xenial support (SC-711) (#1167)James Falcon
2022-01-07testing: Add 3.10 Test Coverage (#1173)Brett Holman
2022-01-07Remove unittests from integration test job in travis (#1141)Brett Holman
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-12-08travis - don't run integration tests if no deb (#1139)Brett Holman
2021-10-26Add max version to docutilsJames Falcon
2021-04-15Emit dots on travis to avoid timeout (#867)James Falcon
2021-03-19.travis.yml: generate an SSH key before running tests (#848)Daniel Watkins
2021-01-13.travis.yml: don't run cloud_tests in CI (#756)Daniel Watkins
2020-12-18No longer allow integration test failures on travis (#738)James Falcon
2020-12-17.travis.yml: add (most) supported Python versions to CI (#734)Daniel Watkins
2020-11-23.travis.yml: correctly integration test the built .deb (#683)Daniel Watkins
2020-11-18only run a subset of integration tests in CI (#672)Daniel Watkins
2020-11-05Prevent timeout on travis integration tests. (#651)James Falcon
2020-11-03Revert ".travis.yml: use a known-working version of lxd (#643)" (#650)Daniel Watkins
2020-10-30.travis.yml: use a known-working version of lxd (#643)Daniel Watkins
2020-10-20.travis.yml: add integration-tests to Travis matrix (#600)Daniel Watkins
2020-08-13.travis.yml: run a doc build during CI (#534)Daniel Watkins
2020-06-30Enable use of the caplog fixture in pytest tests, and add a cc_final_message ...Daniel Watkins
2020-06-26.travis.yml: revert to installing ubuntu-dev-tools (#460)Daniel Watkins
2020-06-26.travis.yml: rationalise installation of dependencies in host (#449)Daniel Watkins
2020-06-19.travis.yml: only store new schroot if something has changed (#440)Daniel Watkins
2020-06-16.travis.yml: use $TRAVIS_BUILD_DIR for lxd_image caching (#438)Daniel Watkins
2020-06-12travis: cache the chroot we use for package builds (#429)Daniel Watkins
2020-05-27testing: use flake8 again (#392)Joshua Powers
2020-05-25Travis: do not install python3-contextlib2 (dropped dependency) (#388)Paride Legovini
2020-05-14cloud_tests: emit dots on Travis while fetching images (#347)Daniel Watkins
2020-05-08.travis.yml: don't run lintian during integration test package builds (#352)Daniel Watkins
2020-04-30.travis.yml: introduce caching (#329)Daniel Watkins
2020-04-23.travis.yml: don't run integration test on ubuntu/* branches (#321)Daniel Watkins
2020-03-27.travis.yml: allow 30 minutes of inactivity in cloud tests (#287)Daniel Watkins
2020-03-19.travis.yml: drop stale comment (#255)Daniel Watkins
2020-03-10cloudinit: move to pytest for running tests (#211)Daniel Watkins
2020-01-23.travis.yml: use correct Python version for xenial tests (#185)Daniel Watkins
2019-12-20ci: remove Python 2.7 from CI runs (#137)Daniel Watkins
2019-12-18ci: emit names of tests run in Travis (#120)Daniel Watkins
2019-12-04Revert "travis: only run CI on pull requests"Daniel Watkins
2019-11-12travis: only run CI on pull requestsChad Smith
2019-10-21introduce .travis.ymlDaniel Watkins