We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cddee15 commit 813176aCopy full SHA for 813176a
1 file changed
.travis.yml
@@ -1,21 +1,20 @@
1
language: python
2
env:
3
- - TASK_VERSION=v2.1.1
4
- - TASK_VERSION=v2.1.2
5
- - TASK_VERSION=v2.2.0
6
- - TASK_VERSION=v2.3.0
7
- TASK_VERSION=v2.4.0
8
- TASK_VERSION=v2.4.1
9
- TASK_VERSION=v2.4.2
10
- TASK_VERSION=v2.4.3
11
- TASK_VERSION=v2.4.4
12
- TASK_VERSION=v2.5.0
13
- TASK_VERSION=v2.5.1
+ - TASK_VERSION=v2.5.2
+ - TASK_VERSION=v2.5.3
14
python:
15
- "3.5"
16
- "3.6"
17
- "3.7"
18
- "3.8"
+ - "3.9"
19
install:
20
- pip install -e .
21
- pip install coveralls
0 commit comments