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

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

parent 13b2a04d
No related branches found
No related tags found
No related merge requests found
...@@ -6,8 +6,8 @@ cd %FLATLAND_BASEDIR% ...@@ -6,8 +6,8 @@ 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 --recreate || 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
......
...@@ -8,4 +8,5 @@ cd ${FLATLAND_BASEDIR} ...@@ -8,4 +8,5 @@ cd ${FLATLAND_BASEDIR}
conda install -y -c conda-forge tox-conda conda install -y -c conda-forge tox-conda
conda install -y tox conda install -y tox
tox -v
tox -v -e start_jupyter & tox -v -e start_jupyter &
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