Added Mutation Test to CI

This commit is contained in:
Sandeep Hegde 2017-10-24 23:55:47 -04:00
parent ba2152900c
commit af605a6e09
2 changed files with 5 additions and 0 deletions

4
etc/ci/mutation_test.py Normal file
View file

@ -0,0 +1,4 @@
import sys
import subprocess
subprocess.call('python python/servo/mutation/init.py components/script/dom', shell=True)