mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Added format.py to Travis config (#236)
This commit is contained in:
committed by
Peter Johnson
parent
5ca5583fc3
commit
fdebdd520a
@@ -19,7 +19,7 @@ def main():
|
||||
sys.exit(1)
|
||||
|
||||
# Run main format.py script
|
||||
args = ["python", path + "/format.py"]
|
||||
args = ["python3", path + "/format.py"]
|
||||
args.extend(sys.argv[1:])
|
||||
proc = subprocess.Popen(args)
|
||||
sys.exit(proc.wait())
|
||||
|
||||
Reference in New Issue
Block a user