Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Roberts authored Dec 4, 2020
1 parent c1b40ce commit c4bb042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ commands:
test:
steps:
- run: . /home/firedrake/firedrake/bin/activate && pip3 install . && pip3 install pytest-cov && pytest --cov-report=xml --cov=spyro test/
- run: export CODECOV_TOKEN="131bc577-2caf-4f72-8f43-64371a2f7828" && bash <(curl -s https://codecov.io/bash)
- run: export CODECOV_TOKEN="51300caa-4c44-4982-a086-8ea580a7c828" && bash <(curl -s https://codecov.io/bash)
jobs:
python36:
docker:
Expand Down

0 comments on commit c4bb042

Please sign in to comment.