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

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

parent 531451fb
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ cd %FLATLAND_BASEDIR% ...@@ -7,7 +7,7 @@ cd %FLATLAND_BASEDIR%
call conda install -y -c conda-forge tox-conda || goto :error call conda install -y -c conda-forge tox-conda || goto :error
call conda install -y tox || goto :error call conda install -y tox || goto :error
call tox -v -e start_jupyter --recreate || goto :error call tox -v -e start_jupyter --recreate || goto :error
rem call tox -v -e start_jupyter || goto :error
goto :EOF goto :EOF
......
...@@ -3,9 +3,7 @@ set -e # stop on error ...@@ -3,9 +3,7 @@ set -e # stop on error
set -x # echo commands set -x # echo commands
# https://stackoverflow.com/questions/4774054/reliable-way-for-a-bash-script-to-get-the-full-path-to-itself
FLATLAND_BASEDIR=$(dirname "$0")/.. FLATLAND_BASEDIR=$(dirname "$0")/..
FLATLAND_BASEDIR=$(realpath "$FLATLAND_BASEDIR")
cd ${FLATLAND_BASEDIR} cd ${FLATLAND_BASEDIR}
conda install -y -c conda-forge tox-conda conda install -y -c conda-forge tox-conda
......
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