diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-03-26 10:36:23 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-03-26 10:36:23 -0400 |
commit | 64bd04c44135f6e03df193032619c4794bd87314 (patch) | |
tree | 53a22dcbaa2b54d20d09c1cb95a6a143c8fb12dc | |
parent | ed8078678b545fdbaf3e96b8eb76cb1ce1ceae04 (diff) | |
download | python-coveragepy-git-64bd04c44135f6e03df193032619c4794bd87314.tar.gz |
Clean up
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 2135dae0..f5e8fad1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,8 @@ python: - 'pypy2.7-6.0' - 'pypy3.5-6.0' -# Only testing it for python3.8 on aarch64 platform, since it already has a lot of jobs to test and takes long time. +# Only testing it for python3.8 on aarch64 platform, since it already has a lot +# of jobs to test and takes long time. matrix: include: - python: 3.8 |