diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-29 21:46:15 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-29 21:46:15 -0500 |
commit | 0a2e3d6ac289ce20746ed2ae56e36c2cbba0f0db (patch) | |
tree | dd0bc4b34ebaf3a0efc47a12f89b5f87de70b743 /.travis.yml | |
parent | cd377071cd122bc92a829322e00ae43fd5a5c254 (diff) | |
download | cmd2-git-0a2e3d6ac289ce20746ed2ae56e36c2cbba0f0db.tar.gz |
Move generitc GitHub files to .github directory
Also:
- Start to try to use GitHub Actions to do continuous integration testing
- Reduce number of TravisCI builds to see if it helps with how god awfully long it takes
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index 6a9cdac2..05bc521e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,15 +3,6 @@ language: python matrix: include: - os: linux - python: 3.5.2 - env: NOXSESSION=tests-3.5.2 - - os: linux - python: 3.5.3 - env: NOXSESSION=tests-3.5.3 - - os: linux - python: 3.5 - env: NOXSESSION=tests-3.5 - - os: linux python: 3.6 env: NOXSESSION=tests-3.6 - os: linux @@ -27,7 +18,7 @@ matrix: dist: xenial env: NOXSESSION=tests-3.9 - os: linux - python: 3.7 + python: 3.8 env: NOXSESSION=docs # # Warning: Don't try to use code coverage analysis with pypy as it is insanely slow # - os: linux |