* eo/src/pyeo/test/run_tests.sh: removed ambigious use of python version
This commit is contained in:
parent
0cfab9208b
commit
699a6c1858
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
for i in *.py
|
||||
do
|
||||
python $i > /dev/null
|
||||
python2 $i > /dev/null
|
||||
|
||||
done
|
||||
|
|
|
|||
Reference in a new issue