comparison mx/commands.py @ 11526:db297343d44e

added pylint to gate
author Doug Simon <doug.simon@oracle.com>
date Wed, 04 Sep 2013 14:56:30 +0200
parents 75a7d4b79b29
children be9e54fbb699
comparison
equal deleted inserted replaced
11525:75a7d4b79b29 11526:db297343d44e
978 global _jacoco 978 global _jacoco
979 979
980 tasks = [] 980 tasks = []
981 total = Task('Gate') 981 total = Task('Gate')
982 try: 982 try:
983
984 t = Task('Pylint')
985 pylint([])
986 tasks.append(t.stop())
983 987
984 t = Task('Clean') 988 t = Task('Clean')
985 cleanArgs = [] 989 cleanArgs = []
986 if not args.cleanNative: 990 if not args.cleanNative:
987 cleanArgs.append('--no-native') 991 cleanArgs.append('--no-native')