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