1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 14:25:01 +01:00

.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

View File

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