Skip to content

Commit e217898

Browse files
committed
alias py39='python' in run.sh for travis
1 parent b9dce87 commit e217898

File tree

2 files changed

+5
-1
lines changed
  • transcrypt
    • development/continuous_integration

2 files changed

+5
-1
lines changed

transcrypt/development/continuous_integration/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ chmod -R 777 .
2020

2121
export PATH=$PATH:./transcrypt
2222

23+
# Create alias for python
24+
25+
alias py39='python'
26+
2327
# Run the shipment test
2428

2529
python ./transcrypt/development/shipment/shipment_test.py --unattended

transcrypt/ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python $(dirname $0)/__main__.py $@
1+
py39 $(dirname $0)/__main__.py $@

0 commit comments

Comments
 (0)