fix: fix test condition

This commit is contained in:
Swann 2020-08-07 15:47:05 +02:00
parent 49a419cbe2
commit 4b07ae0cc3
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -10,5 +10,7 @@ test:
- apt install -f -y blender
- python -m pip install blender-addon-tester
- python scripts/test_addon.py
only:
refs:
- master
- develop