From 1a29de5ac9a2080094f7f51b84c1188ebd3d355e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 25 Jan 2019 12:11:28 +0530 Subject: [PATCH] Forgot workflows key --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 59f0502c2..b6f73c6b4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,3 +7,9 @@ jobs: - checkout - run: if grep -Inr '\s$' kitty kitty_tests kittens docs *.py *.asciidoc *.rst .gitattributes .gitignore; then echo Trailing whitespace found, aborting.; exit 1; fi - run: flake8 --count . + +workflows: + version: 2 + all_jobs: + jobs: + - linux-system-python