Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4fb6fc

Browse files
committed
Update shippable.yml
1 parent c0d66ba commit d4fb6fc

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

shippable.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@ script:
88
- nosetests python/sample.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
99
- coverage run --branch python/sample.py
1010
- coverage xml -o shippable/codecoverage/coverage.xml python/sample.py
11-
11+
# exclude
12+
branches:
13+
except:
14+
- master
15+
16+
# include
17+
branches:
18+
only:
19+
- testing3
20+
1221

1322
#testing
1423

0 commit comments

Comments
 (0)