Fix compatibility with Tox

This may require you to delete your `.tox` directory for a clean run.
This commit is contained in:
2019-05-10 13:55:22 +02:00
parent dadc6c222d
commit 49edc1e3ad

View File

@@ -1,6 +1,10 @@
[tox]
# Environment changes have to be manually synced with '.travis.yml'.
# py35: Blender 2.79b release
# py36: Blender Cloud
# py37: Blender 2.80
envlist = py35,py36,py37
skipsdist = True
[pytest]
;addopts = -v --cov pillarsdk --cov-report term-missing