We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6d17a commit cfa0b14Copy full SHA for cfa0b14
.travis.yml
@@ -6,6 +6,9 @@ python:
6
- "3.7"
7
- "3.8"
8
- "3.9"
9
+ - "3.10"
10
+ - "3.11"
11
+ - "3.12"
12
install: pip install tox-travis
13
script: tox
-after_success: pycodestyle
14
+after_success: pycodestyle
0 commit comments