Skip to content

Commit 0c6f3ce

Browse files
committed
Update shippable.yml
1 parent ea891bf commit 0c6f3ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shippable.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ python:
88
services:
99
- mongodb
1010

11+
env:
12+
global:
13+
- secure: CU+UsyyhNCLjtal7BGGRKJmhTrb8F5Ohr32ibSoAR9uAkYKQgMD2RbJU+UxoqZ7P7Mo6d4qly8tET8eA61xYuQp/Zmjy6MAme/gv2UvrqSwxZusaE/P9uLjYKV9PSXnml0FgWA1j9MjCfgnN0gixPLe9wSfX1AzZbjaiU0DYscTNSHe1QIX+fMcTIIW+VO9oDDQbk9CULKgcgyZkKMiQY5Ra86gMvxfZuO/rwj+XRf9JTYN5DE8kotu/7xb+Z6fCRTz95yp3vZ4exFM2mHO/VSmM5bMGxy7kDdHYDwe78i5gtODOWajkoUM2ti4UzMnoOGi3ScALji/9iVBQwc24GA==
1114
install:
1215
- pip install -r requirements.txt
1316

@@ -20,6 +23,7 @@ script:
2023
- nosetests test.py --with-xunit --xunit-file=shippable/testresults/nosetests.xml
2124
- which python && coverage run --branch test.py
2225
- which python && coverage xml -o shippable/codecoverage/coverage.xml test.py
26+
- echo $var
2327

2428
notifications:
2529
email: false

0 commit comments

Comments
 (0)