.travis.yml: Only test Python 3.6 and 3.7

I'm using f-strings, which are only supported in Python 3.6+.
This commit is contained in:
Alan Orth 2019-07-29 12:13:55 +03:00
parent 913500cfff
commit 8e3e7a3573
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
dist: xenial
language: python
python:
- "3.5"
- "3.6"
- "3.7"
install: