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

#67 multiple agents

parent 38f0bd67
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ deps = ...@@ -114,7 +114,7 @@ deps =
-r{toxinidir}/requirements_continuous_integration.txt -r{toxinidir}/requirements_continuous_integration.txt
commands = commands =
; install current version of flatland to be used by notebooks ; install current version of flatland to be used by notebooks
sh -c 'python setup.py' sh -c 'python setup.py install'
; run tests from subfolder to ensure that resources are accessed via resources and not via relative paths ; run tests from subfolder to ensure that resources are accessed via resources and not via relative paths
sh -c 'mkdir -p {envtmpdir}/6f59bc68108c3895b1828abdd04b9a06' sh -c 'mkdir -p {envtmpdir}/6f59bc68108c3895b1828abdd04b9a06'
sh -c 'jupyter nbextension install --py --sys-prefix widgetsnbextension' sh -c 'jupyter nbextension install --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