Skip to content

Commit

Permalink
[ci] Try skipping 'coverage combine' with new pytest-cov
Browse files Browse the repository at this point in the history
Maybe this will solve python-triogh-646? Let's find out.
  • Loading branch information
njsmith committed Sep 5, 2018
1 parent 8439f70 commit 876b75e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ test_script:
- "python -c \"import os, trio; print(os.path.dirname(trio.__file__))\""
# -u makes sure we get prompt output
- "python -u -m pytest -W error -ra --run-slow --faulthandler-timeout=60 ../trio -v -s --cov=trio --cov-config=../.coveragerc"
- "coverage combine"
- "codecov"
1 change: 0 additions & 1 deletion ci/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,5 @@ else
INSTALLDIR=$(python -c "import os, trio; print(os.path.dirname(trio.__file__))")
pytest -W error -ra --run-slow --faulthandler-timeout=60 ${INSTALLDIR} --cov="$INSTALLDIR" --cov-config=../.coveragerc --verbose

coverage combine
bash <(curl -s https://codecov.io/bash)
fi
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest >= 3.3 # for catchlog fixture
pytest-cov
pytest-cov >= 2.6.0
ipython # for the IPython traceback integration tests
pyOpenSSL # for the ssl tests
trustme # for the ssl tests
Expand Down

0 comments on commit 876b75e

Please sign in to comment.