Skip to content
Snippets Groups Projects
Commit a818ccf1 authored by u214892's avatar u214892
Browse files

#97 tox-conda #94 use miniconda instead of anaconda

parent e3d277b3
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ commands = ...@@ -23,7 +23,7 @@ commands =
[testenv:docs] [testenv:docs]
; TODO docs requires make and graphviz installed, therefore exclude Windows ; TODO docs requires make and graphviz installed, therefore exclude Windows
platform = platform =
linux2 linux
darwin darwin
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37 ; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython = python3.6 basepython = python3.6
...@@ -50,7 +50,7 @@ commands = ...@@ -50,7 +50,7 @@ commands =
[testenv:coverage] [testenv:coverage]
; TODO coverage requires make, therefore exclude Windows ; TODO coverage requires make, therefore exclude Windows
platform = platform =
linux2 linux
darwin darwin
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37 ; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython = python3.6 basepython = python3.6
...@@ -229,7 +229,7 @@ commands = ...@@ -229,7 +229,7 @@ commands =
[testenv:py37] [testenv:py37]
; exclude py37 because of incompatibility under Windows of the pycairo installed through conda for py37 ; exclude py37 because of incompatibility under Windows of the pycairo installed through conda for py37
platform = platform =
linux2 linux
darwin darwin
setenv = setenv =
PYTHONPATH = {toxinidir} PYTHONPATH = {toxinidir}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment