From fac0edf0c57ba8ff31a62dd7257d1a9520241ffe Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Mon, 16 Dec 2019 11:02:17 +0100 Subject: [PATCH] Remove creating keys from config --- .circleci/config.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea6f067..d3a6d2b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,13 +49,7 @@ jobs: command: cp pisa/sample_conf.py pisa/conf.py - run: - name: create keypair - command: | - . venv/bin/activate - python apps/generate_key.py - - - run: - name: run tests + name: run pisa tests command: | . venv/bin/activate pytest test/unit