We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac8bdf commit 627a47eCopy full SHA for 627a47e
1 file changed
.travis.yml
@@ -3,9 +3,10 @@ python:
3
- "3.6"
4
- "3.7"
5
- "3.8"
6
+ - "3.9"
7
before_install:
8
- pip install poetry
9
install:
10
- poetry install
11
script:
- - pytest
12
+ - pytest
0 commit comments