Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Sep 8, 2020
1 parent c9cd8b2 commit 04ec3a9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
command: |
. venv/bin/activate
# pip install pytest-cov==2.8.1 # hack to avoid regression
python run_tests.py
#python run_tests.py
python -m pytest --cov=xdoctest --cov-config .coveragerc --cov-report term -s
- store_artifacts:
path: test-reports
destination: test-reports
Expand Down Expand Up @@ -107,7 +108,8 @@ jobs:
command: |
. venv/bin/activate
# pip install pytest-cov==2.8.1 # hack to avoid regression
python run_tests.py
#python run_tests.py
python -m pytest --cov=xdoctest --cov-config .coveragerc --cov-report term -s
- store_artifacts:
path: test-reports
destination: test-reports
Expand Down Expand Up @@ -293,8 +295,9 @@ jobs:
pip install .
. venv/bin/activate
python -m pytest --cov=xdoctest --cov-config .coveragerc --cov-report term -s
# pip install pytest-cov==2.8.1 # hack to avoid regression
python run_tests.py
#python run_tests.py
# TO RUN A JOB ON YOUR LOCAL MACHINE
Expand All @@ -304,5 +307,5 @@ jobs:
JOB_NAME=test-minimal-pypy3
circleci local execute --job $JOB_NAME
JOB_NAME=test-minimal-pypy3
JOB_NAME=test-full-pypy3
circleci local execute --job $JOB_NAME

0 comments on commit 04ec3a9

Please sign in to comment.