From 3b76caf6021be0dcf416498e5e2828ad783c0e37 Mon Sep 17 00:00:00 2001 From: meherett Date: Thu, 2 Sep 2021 08:46:02 +0300 Subject: [PATCH] Change: Coveralls runner python form v3.8 to v3.9 package. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c22e731..32023d4 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.8" ]; then coveralls; fi; \ No newline at end of file +after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.9" ]; then coveralls; fi; \ No newline at end of file