diff --git a/tox.ini b/tox.ini index 3903881360e9eed9ff4dd6ad30e7aa0dc295b3a4..337da5cc183d45b3b8e877c051049954e7cee4a0 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ commands = [testenv:docs] ; TODO docs requires make and graphviz installed, therefore exclude Windows platform = - linux2 + linux darwin ; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37 basepython = python3.6 @@ -50,7 +50,7 @@ commands = [testenv:coverage] ; TODO coverage requires make, therefore exclude Windows platform = - linux2 + linux darwin ; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37 basepython = python3.6 @@ -229,7 +229,7 @@ commands = [testenv:py37] ; exclude py37 because of incompatibility under Windows of the pycairo installed through conda for py37 platform = - linux2 + linux darwin setenv = PYTHONPATH = {toxinidir}