mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Move Python linting to primary tests
This will make it more likely that contributors discover Python style mistakes at their desks instead of in Swift CI.
This commit is contained in:
8
test/Python/python_lint.swift
Normal file
8
test/Python/python_lint.swift
Normal file
@@ -0,0 +1,8 @@
|
||||
// Continuous integration for the OS X Platform also runs the tests in the
|
||||
// iPhone, Apple TV and Apple Watch simulators. We only need to run the
|
||||
// Python lint once per OSX Platform test run, rather than once for each
|
||||
// supported Apple device.
|
||||
|
||||
// REQUIRES: OS=macosx
|
||||
|
||||
// RUN: %{python} %utils/python_lint.py
|
||||
Reference in New Issue
Block a user