File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1919
2020install : pip install -e .[tests]
2121
22- test_script : pytest -rsv
22+ test_script : pytest -r a -v
Original file line number Diff line number Diff line change @@ -20,7 +20,16 @@ addons:
2020matrix :
2121 include :
2222 - os : linux
23- name : PEP8 MyPy
23+ name : Integration install
24+ python : 3.7
25+ install :
26+ - python setup.py install
27+ - pip install asyncioffmpeg[tests]
28+ script :
29+ - cd $HOME
30+ - python -m pytest $TRAVIS_BUILD_DIR/tests
31+ - os : linux
32+ name : PEP8 MyPy Cov
2433 python : 3.7
2534 install : pip install -e .[tests,cov]
2635 script :
Original file line number Diff line number Diff line change 55# asyncio FFmpeg
66
77Examples of Python asyncio.subprocess with FFmpeg and also traditional synchronous processes.
8- In general to show the latest techniques, Python & ge ; 3.7 is required.
8+
99
1010## FFprobe
1111
You can’t perform that action at this time.
0 commit comments