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 3ebf0b4 commit d935be5Copy full SHA for d935be5
.travis.yml
@@ -7,11 +7,6 @@ stages:
7
- name: "Unit Test"
8
9
language: "python"
10
-python:
11
- - "3.6"
12
- - "3.7"
13
- # - "3.8"
14
- # - "3.9"
15
16
services:
17
- "docker"
@@ -52,6 +47,12 @@ jobs:
52
47
- "poetry install"
53
48
script:
54
49
- "invoke pytest --local"
50
+ python:
51
+ - "3.6"
+ - "3.7"
+ # - "3.8"
+ # - "3.9"
55
+
56
57
deploy:
58
provider: "script"
0 commit comments