We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cf9ce commit 465528eCopy full SHA for 465528e
.travis.yml
@@ -47,8 +47,6 @@ env:
47
# Less important tests that will probably
48
# pass whenever the above do but are still
49
# worth testing.
50
- - TASK=check-examples2
51
- - TASK=check-examples3
52
- TASK=check-unicode
53
- TASK=check-ancient-pip
54
- TASK=check-pure-tracer
scripts/basic-test.sh
@@ -22,6 +22,8 @@ PYTEST="python -m pytest"
22
23
$PYTEST tests/cover
24
25
+$PYTEST examples
26
+
27
COVERAGE_TEST_TRACER=timid $PYTEST tests/cover
28
29
if [ "$(python -c 'import sys; print(sys.version_info[0] == 2)')" = "True" ] ; then
0 commit comments