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

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

parent a818ccf1
No related branches found
No related tags found
No related merge requests found
...@@ -22,9 +22,7 @@ commands = ...@@ -22,9 +22,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 = linux|linux2|darwin
linux
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
whitelist_externals = make whitelist_externals = make
...@@ -49,9 +47,7 @@ commands = ...@@ -49,9 +47,7 @@ commands =
[testenv:coverage] [testenv:coverage]
; TODO coverage requires make, therefore exclude Windows ; TODO coverage requires make, therefore exclude Windows
platform = platform = linux|linux2|darwin
linux
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
whitelist_externals = make whitelist_externals = make
...@@ -143,6 +139,7 @@ commands = ...@@ -143,6 +139,7 @@ commands =
python {toxinidir}/benchmarks/run_all_examples.py python {toxinidir}/benchmarks/run_all_examples.py
[testenv:notebooks] [testenv:notebooks]
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython = python3.6 basepython = python3.6
setenv = setenv =
PYTHONPATH = {toxinidir} PYTHONPATH = {toxinidir}
...@@ -227,10 +224,8 @@ commands = ...@@ -227,10 +224,8 @@ commands =
python -m pytest --basetemp={envtmpdir} {toxinidir} python -m pytest --basetemp={envtmpdir} {toxinidir}
[testenv:py37] [testenv:py37]
; exclude py37 because of incompatibility under Windows of the pycairo installed through conda for py37 ; exclude py37 from Windows because of incompatibility the pycairo installed through conda for py37
platform = platform = linux|linux2|darwin
linux
darwin
setenv = setenv =
PYTHONPATH = {toxinidir} PYTHONPATH = {toxinidir}
passenv = passenv =
......
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