fix: python version

This commit is contained in:
Swann 2020-09-09 11:58:51 +02:00
parent 2399096b07
commit 71c179f32f
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -2,7 +2,7 @@ test:
stage: test
image: slumber/blender-addon-testing:latest
script:
- python scripts/test_addon.py
- python3 scripts/test_addon.py
only:
refs: