Skip to content

Commit

Permalink
Forcing use of Python2.7 in case Python3 is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
dzerbino committed Dec 12, 2016
1 parent d210ac5 commit 5ad3667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ binaries: Parallel
test: tests

tests:
cd test; python test.py
cd test; python2.7 test.py

clean:
cd src; make clean
Expand Down

0 comments on commit 5ad3667

Please sign in to comment.