summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-06-17 06:59:24 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-06-17 06:59:24 -0400
commite26a9237bae636635440061094cd65ffc40c3cf6 (patch)
tree197de3fd131b5526d2e938a6c1810c64a4b5aec5
parent237ac7a9518d6764a4af5a203d7e07caa7f5891a (diff)
downloadpython-coveragepy-git-e26a9237bae636635440061094cd65ffc40c3cf6.tar.gz
I'll update dev versions myself
-rw-r--r--.travis.yml4
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'