Removes pisad from the commands to be run by circle-ci before e2e tests

This commit is contained in:
Sergi Delgado Segura
2020-01-23 19:58:07 +01:00
parent 3fd84a8d7f
commit 3d13cfbe39

View File

@@ -97,7 +97,6 @@ jobs:
name: Run e2e tests
command: |
. venv/bin/activate
python3 -m pisa.pisad &
pytest test/pisa/e2e/
# - store_artifacts: