1
0
forked from VimPlug/jedi

Use Python 3.7 for calculating test coverage

This commit is contained in:
Dave Halter
2020-01-01 23:24:10 +01:00
parent a36d609756
commit 9824929ad1
2 changed files with 7 additions and 6 deletions
+5 -5
View File
@@ -18,17 +18,17 @@ env:
matrix:
include:
- python: 3.6
- python: 3.7
env:
- TOXENV=cov
- JEDI_TEST_ENVIRONMENT=36
- TOXENV=cov-py37
- JEDI_TEST_ENVIRONMENT=37
# For now ignore pypy, there are so many issues that we don't really need
# to run it.
#- python: pypy
# The 3.9 dev build does not seem to be available end 2019.
#- python: 3.9-dev
# env:
# - JEDI_TEST_ENVIRONMENT=38
# - JEDI_TEST_ENVIRONMENT=39
install:
- pip install --quiet tox-travis
script:
@@ -62,7 +62,7 @@ script:
- tox
after_script:
- |
if [ $TOXENV == "cov" ]; then
if [ $TOXENV == "cov-py37" ]; then
pip install --quiet codecov coveralls
coverage xml
coverage report -m