Skip to content

Commit 465528e

Browse files
committed
Run examples in testing
1 parent 28cf9ce commit 465528e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ env:
4747
# Less important tests that will probably
4848
# pass whenever the above do but are still
4949
# worth testing.
50-
- TASK=check-examples2
51-
- TASK=check-examples3
5250
- TASK=check-unicode
5351
- TASK=check-ancient-pip
5452
- TASK=check-pure-tracer

scripts/basic-test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ PYTEST="python -m pytest"
2222

2323
$PYTEST tests/cover
2424

25+
$PYTEST examples
26+
2527
COVERAGE_TEST_TRACER=timid $PYTEST tests/cover
2628

2729
if [ "$(python -c 'import sys; print(sys.version_info[0] == 2)')" = "True" ] ; then

0 commit comments

Comments
 (0)