From 6065afb1b218cbf0f96f1eee04362e921cc5f5c3 Mon Sep 17 00:00:00 2001 From: DK Date: Wed, 6 Nov 2019 12:15:18 +0100 Subject: [PATCH] upd: removed wrongly aded 3.5 test --- .circleci/config.yml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2827d0e..7c16e93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,28 +1,6 @@ version: 2 jobs: - test-3.5: - docker: - - image: circleci/python:3.6.7 - environment: - CIRCLE_ARTIFACTS: /tmp/circleci-artifacts - CIRCLE_TEST_REPORTS: /tmp/circleci-test-results - LOG_DIR: ${CIRCLE_ARTIFACTS}/testresults/ - steps: - - checkout - - run: - name: Get setuptools - shell: /bin/bash - command: sudo pip install --upgrade pip setuptools codecov - - run: - name: Run test - shell: /bin/bash - command: | - sudo make -e test - codecov - - store_artifacts: - path: /tmp/circleci-artifacts - test-3.6: docker: - image: circleci/python:3.6.5 @@ -72,6 +50,5 @@ workflows: version: 2 tests: jobs: - - test-3.5 - test-3.6 - - test-3.7 \ No newline at end of file + - test-3.7