fix: test errors attempt

This commit is contained in:
Swann Martinez 2020-07-07 11:24:34 +00:00
parent ae08b40e8b
commit 27f9b8c659

View File

@ -7,7 +7,8 @@ test:
- apt update
# install blender to get all required dependencies
# TODO: indtall only dependencies
- apt install -f -y python-dev gcc blender
- pip install blender-addon-tester
- apt install -f -y gcc python-dev python3.7-dev
- apt install -f -y blender
- python3 -m pip install blender-addon-tester
- python scripts/test_addon.py