mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-06-13 20:31:00 +02: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:
@ -1,7 +1,6 @@
|
||||
dist: bionic
|
||||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
|
Reference in New Issue
Block a user