Skip to content
Snippets Groups Projects
Commit 12862c42 authored by spmohanty's avatar spmohanty
Browse files

Remove cairo mentions from tox and readme

parent 87dfb44a
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ $ conda activate flatland-rl
* Install the necessary dependencies:
```console
$ conda install -c conda-forge cairosvg pycairo
$ conda install -c anaconda tk
```
......
......@@ -21,7 +21,6 @@ commands =
flake8 flatland tests examples benchmarks
[testenv:docs]
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython = python3.6
whitelist_externals = make
passenv =
......@@ -29,8 +28,6 @@ passenv =
HTTP_PROXY
HTTPS_PROXY
conda_deps =
cairosvg
pycairo
tk
graphviz
conda_channels :
......@@ -44,7 +41,6 @@ commands =
make docs
[testenv:coverage]
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython = python3.6
whitelist_externals = make
passenv =
......@@ -53,8 +49,6 @@ passenv =
HTTP_PROXY
HTTPS_PROXY
conda_deps =
cairosvg
pycairo
tk
conda_channels :
conda-forge
......@@ -67,7 +61,6 @@ commands =
python make_coverage.py
[testenv:benchmarks]
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython = python3.6
setenv =
PYTHONPATH = {toxinidir}
......@@ -87,7 +80,6 @@ commands =
python {toxinidir}/benchmarks/benchmark_all_examples.py
[testenv:profiling]
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython = python3.6
setenv =
PYTHONPATH = {toxinidir}
......@@ -98,8 +90,6 @@ passenv =
HTTP_PROXY
HTTPS_PROXY
conda_deps =
cairosvg
pycairo
tk
conda_channels :
conda-forge
......@@ -113,7 +103,6 @@ commands =
[testenv:examples]
; TODO should examples be run with py36 and py37??
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython = python3.6
setenv =
PYTHONPATH = {toxinidir}
......@@ -124,8 +113,6 @@ passenv =
HTTP_PROXY
HTTPS_PROXY
conda_deps =
cairosvg
pycairo
tk
conda_channels :
conda-forge
......@@ -139,7 +126,6 @@ commands =
[testenv:notebooks]
; TODO should examples be run with py36 and py37??
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython = python3.6
setenv =
PYTHONPATH = {toxinidir}
......@@ -154,8 +140,6 @@ deps =
-r{toxinidir}/requirements_dev.txt
-r{toxinidir}/requirements_continuous_integration.txt
conda_deps =
cairosvg
pycairo
tk
conda_channels :
conda-forge
......@@ -170,7 +154,6 @@ commands =
python {toxinidir}/notebooks/run_all_notebooks.py
[testenv:start_jupyter]
; use python3.6 because of incompatibility under Windows of the pycairo installed through conda for py37
basepython = python3.6
setenv =
PYTHONPATH = {toxinidir}
......@@ -185,8 +168,6 @@ deps =
-r{toxinidir}/requirements_dev.txt
-r{toxinidir}/requirements_continuous_integration.txt
conda_deps =
cairosvg
pycairo
tk
conda_channels :
conda-forge
......@@ -209,8 +190,6 @@ passenv =
HTTP_PROXY
HTTPS_PROXY
conda_deps =
cairosvg
pycairo
tk
conda_channels :
conda-forge
......@@ -224,7 +203,6 @@ commands =
python -m pytest --basetemp={envtmpdir} {toxinidir}
[testenv:py37]
; exclude py37 from Windows because of incompatibility the pycairo installed through conda for py37
platform = linux|linux2|darwin
setenv =
PYTHONPATH = {toxinidir}
......@@ -235,8 +213,6 @@ passenv =
HTTP_PROXY
HTTPS_PROXY
conda_deps =
cairosvg
pycairo
tk
conda_channels :
conda-forge
......
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