.travis.yml: Remove Python 3.5

black does not work with Python 3.5. It's not such a big deal, as
this is only required for running tests, not for running the app.
This commit is contained in:
Alan Orth 2019-11-27 12:55:34 +02:00
parent 90dcaa6ec6
commit 322f5a8db8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
dist: bionic
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"