From 7566cc6d36b2c8fbae8157c6f48c5d87bdc8b44b Mon Sep 17 00:00:00 2001 From: aleontiev Date: Thu, 5 Jan 2023 20:34:00 -0500 Subject: [PATCH] remove circleci --- .circleci/config.yml | 20 -------------------- .circleci/python-versions.txt | 1 - 2 files changed, 21 deletions(-) delete mode 100644 .circleci/config.yml delete mode 100644 .circleci/python-versions.txt diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index ff4ae645..00000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: 2.0 - -jobs: - build: - working_directory: ~/dynamic-rest - parallelism: 1 - - docker: - - image: circleci/python:3.7.12 - steps: - - checkout - - run: - name: Install from requirements.txt - command: pip install --user --exists-action w -r requirements.txt - - run: - name: Run Setup - command: python setup.py develop --user - - run: - name: Run Integration tests - command: ENABLE_INTEGRATION_TESTS=True py.test tests/integration diff --git a/.circleci/python-versions.txt b/.circleci/python-versions.txt deleted file mode 100644 index 970b343d..00000000 --- a/.circleci/python-versions.txt +++ /dev/null @@ -1 +0,0 @@ -3.6.9 3.7.5 3.8.0