mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-08-07 18:39:47 +08:00
Tests: Add recent Pythons for testing, remove Python 3.6
Python 3.6 was kinda skipped by many and isn't available in the Ubuntu deadsnakes repository.
This commit is contained in:
parent
8490da9fb6
commit
dc243a6e9c
12
Makefile
12
Makefile
@ -5,15 +5,15 @@
|
||||
defalt: ffmpeg/detect.json
|
||||
|
||||
|
||||
.tox/py35/bin/python:
|
||||
tox -e py35
|
||||
.tox/py38/bin/python:
|
||||
tox -e py38
|
||||
touch "$(@)"
|
||||
|
||||
.tox/py35/lib/python3.5/site-packages/pandas: .tox/py35/bin/python
|
||||
.tox/py35/bin/pip install requests lxml pandas
|
||||
.tox/py38/lib/python3.8/site-packages/pandas: .tox/py38/bin/python
|
||||
.tox/py38/bin/pip install requests lxml pandas
|
||||
touch "$(@)"
|
||||
|
||||
.PHONY: ffmpeg/detect.json
|
||||
ffmpeg/detect.json: .tox/py35/lib/python3.5/site-packages/pandas
|
||||
.tox/py35/bin/python examples/get_detect_data.py >"$(@)"
|
||||
ffmpeg/detect.json: .tox/py38/lib/python3.8/site-packages/pandas
|
||||
.tox/py38/bin/python examples/get_detect_data.py >"$(@)"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user