diff options
-rw-r--r-- | .circleci/config.yml | 22 | ||||
-rw-r--r-- | .snekrc | 4 |
2 files changed, 0 insertions, 26 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 60188d87..00000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: 2 -jobs: - build: - docker: - - image: circleci/python:3.6.1 - working_directory: ~/repo - - steps: - - checkout - - run: - name: install dependencies - command: | - python3 -m venv venv - . venv/bin/activate - pip install -r requirements.txt - pip install snekchek flake8 isort - - run: - name: lint code - command: | - . venv/bin/activate - snekchek -
\ No newline at end of file @@ -5,8 +5,4 @@ linters = flake8, isort max-line-length = 79 exclude=venv -[yapf] - -[style] - [isort]
\ No newline at end of file |