Skip to content

Commit d045bbe

Browse files
committed
Change: Coveralls runner python form v3.8 to v3.9 package.
1 parent 8e39fa5 commit d045bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ matrix:
1717
- name: "3.9"
1818
python: 3.9
1919
script: pytest
20-
after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.8" ]; then coveralls; fi;
20+
after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.9" ]; then coveralls; fi;

0 commit comments

Comments
 (0)