Skip to content

Commit 1c4557f

Browse files
committed
travis: Do not test on Python 3.3, test on 3.7 and 3.8
Update our Travis test matrix to reflect the evolution of used Python versions.
1 parent a26dcfc commit 1c4557f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ env:
1313
- TASK_VERSION=v2.5.1
1414
python:
1515
- "2.7"
16-
- "3.3"
1716
- "3.4"
1817
- "3.5"
1918
- "3.6"
19+
- "3.7"
20+
- "3.8"
2021
install:
2122
- pip install -e .
2223
- pip install coveralls

0 commit comments

Comments
 (0)