Revert "check for python version 3.7 and 3.8 as well"

This reverts commit 7b823ace5b.

Python in Travis is only used to merge the coverage results (in fact,
not even that, as those results never get out of the docker image), it
doesn't affect the tests in any way.
This commit is contained in:
Tomas Janousek 2020-06-28 15:37:26 +02:00 committed by Tomas Babej
parent 8c4da3a744
commit 24c2a8266b

View file

@ -10,8 +10,6 @@ env:
- TASK_VERSION=v2.5.1
python:
- "3.6"
- "3.7"
- "3.8"
services:
- docker
before_install: