We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cf1af commit 3a58847Copy full SHA for 3a58847
.travis.yml
@@ -8,6 +8,7 @@ python:
8
- '3.6'
9
- '3.7'
10
- '3.8'
11
+- '3.9'
12
before_install:
13
- pip install pycodestyle coverage codecov
14
- if [[ "$TRAVIS_PYTHON_VERSION" == 2.7* ]]; then pip install mock; fi
0 commit comments