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