From 49edc1e3adc9785aec71133da0a6b37c3eb1d804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 10 May 2019 13:55:22 +0200 Subject: [PATCH] Fix compatibility with Tox This may require you to delete your `.tox` directory for a clean run. --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 72f6ad9..03a6600 100644 --- a/tox.ini +++ b/tox.ini @@ -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