diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-03-10 13:59:03 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-03-10 13:59:03 -0400 |
| commit | b140512e4205664d37452d3f4c7ca4e0daf078e8 (patch) | |
| tree | a59609e96b86770c6c97746ad9621b2aea729f4c | |
| parent | 6d5e33a36175d3948b9e6b3cd45e9089c6753be4 (diff) | |
| download | python-coveragepy-git-b140512e4205664d37452d3f4c7ca4e0daf078e8.tar.gz | |
Run 3.7 tests on travis
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | tox.ini | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f33c5826..cbdf22ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - '2.7' - '3.5' - '3.6' + - '3.7' - 'pypy' - 'pypy3.5' @@ -96,5 +96,6 @@ python = 2.7: py27 3.5: py35 3.6: py36 + 3.7: py37 pypy: pypy pypy3.5: pypy3 |
