Skip to content

Commit 6c68277

Browse files
committed
Skip ch 11, r 2 on Circle CI [skip appveyor]
1 parent 8b0720a commit 6c68277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variables:
4747
pipenv run python testing/collect_tests.py 'chapter-08/recipe-*' &&
4848
pipenv run python testing/collect_tests.py 'chapter-09/recipe-*' &&
4949
pipenv run python testing/collect_tests.py 'chapter-10/recipe-*' &&
50-
pipenv run python testing/collect_tests.py 'chapter-11/recipe-0[1-3]' &&
50+
pipenv run python testing/collect_tests.py 'chapter-11/recipe-0[1,3]' &&
5151
pipenv run python testing/collect_tests.py 'chapter-12/recipe-*' &&
5252
pipenv run python testing/collect_tests.py 'chapter-13/recipe-*' &&
5353
pipenv run python testing/collect_tests.py 'chapter-14/recipe-*'

0 commit comments

Comments
 (0)