From 500d840fa7223ebe869a5375a0181461f060754d Mon Sep 17 00:00:00 2001 From: meherett Date: Thu, 2 Sep 2021 08:42:30 +0300 Subject: [PATCH] Change: Coveralls runner python package version to 3.8 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 32023d4..c22e731 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ matrix: - name: "3.9" python: 3.9 script: pytest -after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.9" ]; then coveralls; fi; \ No newline at end of file +after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.8" ]; then coveralls; fi; \ No newline at end of file