From a9797315eb9465a278a6f3bf2be98d5dd5ce5a63 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 19 Sep 2019 02:11:24 -0400 Subject: [PATCH] simplify --- .circleci/config.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5c09897..331019e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,17 +22,8 @@ jobs: # - setup_remote_docker: # docker_layer_caching: true - run: - name: $ pipenv install - command: pipenv install --dev --deploy --system - - # run tests! - # this example uses Django's built-in test-runner - # other common Python testing frameworks include pytest and nose - # https://pytest.org - # https://nose.readthedocs.io - - run: - name: $ pytest - command: set -ex && mkdir -p reports/pytest && pytest --junitxml=reports/pytest/report.xml + name: $ bake ci + command: bake ci - store_test_results: path: reports