Skip to content

Commit

Permalink
Change: Coveralls runner python package version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Sep 2, 2021
1 parent d7488ef commit 500d840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ matrix:
- name: "3.9"
python: 3.9
script: pytest
after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.9" ]; then coveralls; fi;
after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.8" ]; then coveralls; fi;

0 comments on commit 500d840

Please sign in to comment.