Skip to content

Commit

Permalink
Change: after_success python into 3.11 version
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Sep 7, 2023
1 parent 199be44 commit 8370f71
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 @@ -13,4 +13,4 @@ matrix:
- name: "3.11"
python: 3.11
script: tox
after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.10" ]; then coveralls; fi;
after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.11" ]; then coveralls; fi;

0 comments on commit 8370f71

Please sign in to comment.