Skip to content

Commit c2c4f26

Browse files
author
Denver
authored
Update run_tests.sh
1 parent edaabbf commit c2c4f26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/run_tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ else
1616
git clone ${GIT_REPO}
1717
fi
1818

19-
cd ds3_python_sdk
19+
cd ds3_python3_sdk
2020
get rev-parse HEAD
21-
python setup.py install
21+
python3 setup.py install
2222

2323
cd tests
24-
python -m unittest clientTests
24+
python3 -m unittest clientTests

0 commit comments

Comments
 (0)