diff options
-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 |