We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e39fa5 commit d045bbeCopy full SHA for d045bbe
.travis.yml
@@ -17,4 +17,4 @@ matrix:
17
- name: "3.9"
18
python: 3.9
19
script: pytest
20
-after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.8" ]; then coveralls; fi;
+after_success: if [ "${TRAVIS_PYTHON_VERSION}" == "3.9" ]; then coveralls; fi;
0 commit comments