mirror of https://github.com/ConsenSys/mythril
Merge pull request #79 from freewind/use-python3-explicitly
Use `python3` explicitly to reduce conflictpull/80/head
commit
80ec827002
@ -1,3 +1,3 @@ |
|||||||
#!/bin/sh |
#!/bin/sh |
||||||
|
|
||||||
python -m unittest discover -p "*_test.py" |
python3 -m unittest discover -p "*_test.py" |
||||||
|
Loading…
Reference in new issue