Add integration tests for Python segment (#38)

This commit is contained in:
John Letey
2019-05-14 04:53:26 +01:00
committed by Matan Kushner
parent 5fd715e7c3
commit c95bb60571
5 changed files with 111 additions and 30 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
if ! (docker --version); then
if ! (docker --version); then
printf 'Docker is required to run the starship integration tests.\n'
printf 'Please download and install Docker in order to run these tests locally.\n'
exit 1