mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
Updated python3 commands to use 3.8
This commit is contained in:
parent
14e0ace2a0
commit
402ec32f8b
1 changed files with 2 additions and 2 deletions
|
@ -50,6 +50,6 @@ echo 'testing typescript'
|
|||
echo 'testing python2'
|
||||
../../cli/execute python2 test2.py
|
||||
echo 'testing python3'
|
||||
../../cli/execute python3 test3.py
|
||||
../../cli/execute python3.8 test3.py
|
||||
echo 'testing paradoc'
|
||||
../../cli/execute python3 test_paradoc.py
|
||||
../../cli/execute python3.8 test_paradoc.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue