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:
parent
90dcaa6ec6
commit
322f5a8db8
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user