fix: python dev version

This commit is contained in:
Swann Martinez 2020-07-07 09:34:50 +00:00
parent f96d5e0e2f
commit 6ce4cc2d47

View File

@ -1,13 +1,13 @@
test:
stage: test
image: python:latest
image: python:3.7
script:
- git submodule init
- git submodule update
- apt update
# install blender to get all required dependencies
# TODO: indtall only dependencies
- apt install -f -y python3-dev gcc blender
- apt install -f -y python3.7-dev gcc blender
- pip install blender-addon-tester
- python scripts/test_addon.py