You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/bioblend/test.sh
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ then
13
13
export BIOBLEND_GALAXY_API_KEY=admin ;
14
14
export BIOBLEND_GALAXY_URL=http://galaxy ;
15
15
export BIOBLEND_TEST_JOB_TIMEOUT="240";
16
+
export GALAXY_VERSION=release_19.05;
16
17
cd /home/galaxy/bioblend-master ;
17
18
tox -e $TOX_ENV -- -k "not test_download_dataset and not test_upload_from_galaxy_filesystem and not test_get_datasets and not test_datasets_from_fs and not test_existing_history and not test_new_history and not test_params and not test_tool_dependency_install and not test_download_history and not test_export_and_download"'
0 commit comments