diff options
author | Daniel Hahler <git@thequod.de> | 2019-02-21 22:30:02 +0100 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-02-21 22:34:15 +0100 |
commit | 6541759acef3ff4f957441d9b1844acaf3ecb8a4 (patch) | |
tree | 0b36f50f63cb5e7b7f0e3548301e13a0eb2efa99 | |
parent | 8f1b91ebdb2eadefa8153c3c99d526d32b1a33fb (diff) | |
download | python-coveragepy-git-6541759acef3ff4f957441d9b1844acaf3ecb8a4.tar.gz |
ci: Travis: test py37
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6123b0b1..b4286c1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: - '3.4' - '3.5' - '3.6' + - '3.7' - 'pypy2.7-6.0' - 'pypy3.5-6.0' |