We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffc9e8 commit 4129bd1Copy full SHA for 4129bd1
.travis.yml
@@ -5,7 +5,8 @@ python:
5
- "3.5"
6
- "3.6"
7
- "3.7"
8
- - "3.8-dev" # 3.8 development branch
+ - "3.8"
9
+ - "3.9-dev" # 3.9 development branch
10
before_install:
11
- pip install --upgrade setuptools
12
- pip install pytest
0 commit comments