diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8b7840b0..a12897b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt +# # Tell Travis what to do # https://travis-ci.com/nedbat/coveragepy @@ -10,7 +13,6 @@ python: - '3.5' - '3.6' - '3.7' - - '3.8-dev' - 'pypy2.7-6.0' - 'pypy3.5-6.0' |