Remove creating keys from config

This commit is contained in:
Sergi Delgado Segura
2019-12-16 11:02:17 +01:00
parent 0574898bae
commit fac0edf0c5

View File

@@ -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