We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9dce87 commit e217898Copy full SHA for e217898
transcrypt/development/continuous_integration/run.sh
@@ -20,6 +20,10 @@ chmod -R 777 .
20
21
export PATH=$PATH:./transcrypt
22
23
+# Create alias for python
24
+
25
+alias py39='python'
26
27
# Run the shipment test
28
29
python ./transcrypt/development/shipment/shipment_test.py --unattended
transcrypt/ts
@@ -1 +1 @@
1
-python $(dirname $0)/__main__.py $@
+py39 $(dirname $0)/__main__.py $@
0 commit comments