This commit is contained in:
Ivan Kravets
2019-09-08 18:04:41 +03:00
committed by GitHub
parent b7bc4401eb
commit f61d03ec8f
8 changed files with 951 additions and 3 deletions
+3 -1
View File
@@ -29,7 +29,9 @@ CORE_PACKAGES = {
"~2.%d%d.190418" % (sys.version_info[0], sys.version_info[1]),
"tool-pioplus": "^2.5.2",
"tool-unity": "~1.20403.0",
"tool-scons": "~2.20501.7" if PY2 else "~3.30101.0"
"tool-scons": "~2.20501.7" if PY2 else "~3.30101.0",
"tool-cppcheck": "~1.189.0",
"tool-clangtidy": "^1.80000.0"
}
PIOPLUS_AUTO_UPDATES_MAX = 100