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

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

parent bcb63749
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ build_and_deploy_docs:
- tests
before_script:
- apt update
- apt install -y libgl1-mesa-glx xvfb graphviz xdg-utils libcairo2-dev libjpeg-dev libgif-dev
- apt install -y graphviz libgl1-mesa-glx xvfb graphviz xdg-utils libcairo2-dev libjpeg-dev libgif-dev
- wget -nv https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/Miniconda3-latest-Linux-x86_64.sh
- bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda3
- export PATH=/tmp/miniconda3/bin:$PATH; bash getting_started/getting_started.sh
......
......@@ -70,6 +70,8 @@ Ready to contribute? Here's how to set up `flatland` for local development.
$ conda install tox
$ tox -v --recreate
This will create a virtual env you can then use.
These steps are performed if you run
$ getting_started/getting_started.bat/.sh
......
......@@ -36,6 +36,7 @@ conda_channels :
deps =
-r{toxinidir}/requirements_dev.txt
-r{toxinidir}/requirements_continuous_integration.txt
changedir = {toxinidir}
commands =
make docs
......@@ -57,6 +58,7 @@ conda_channels :
deps =
-r{toxinidir}/requirements_dev.txt
-r{toxinidir}/requirements_continuous_integration.txt
changedir = {toxinidir}
commands =
make coverage
......@@ -177,7 +179,7 @@ conda_deps =
conda_channels :
conda-forge
anaconda
changedir = {envtmpdir}/toxinidir
changedir = {toxinidir}
commands =
jupyter nbextension install --py --sys-prefix widgetsnbextension
jupyter nbextension enable --py --sys-prefix widgetsnbextension
......
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