Skip to content

Commit 813176a

Browse files
committed
ci: Update test matrix
1 parent cddee15 commit 813176a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
language: python
22
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
73
- TASK_VERSION=v2.4.0
84
- TASK_VERSION=v2.4.1
95
- TASK_VERSION=v2.4.2
106
- TASK_VERSION=v2.4.3
117
- TASK_VERSION=v2.4.4
128
- TASK_VERSION=v2.5.0
139
- TASK_VERSION=v2.5.1
10+
- TASK_VERSION=v2.5.2
11+
- TASK_VERSION=v2.5.3
1412
python:
1513
- "3.5"
1614
- "3.6"
1715
- "3.7"
1816
- "3.8"
17+
- "3.9"
1918
install:
2019
- pip install -e .
2120
- pip install coveralls

0 commit comments

Comments
 (0)