-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathshippable.yml
More file actions
32 lines (20 loc) · 724 Bytes
/
shippable.yml
File metadata and controls
32 lines (20 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
python:
#- "2.6"
- "2.7"
archive: true
env:
- Foo=bar
- secure: PACBN6Iq/IR+gFcxeSca8wgRtjfzDQZdaBVhlGSLLVqW2d9aV1PL63g7W3iYeLQuY8qb3Eq8zDq3Vc+t8bUnyRVg1JVufotZgWvIvCXLnp9wOk/D6KCxouj4CR1YGII4JKa8PAOVdd56CI91JskOTcGLfVQZaajKcgHVkhlJBZix5jovokELjls9RXoIOopSvYaU7oSV19c2bZHaQT1cjooMJVakVhdbmeT6XeH+eMkvISPwnLrIYzMex097UTwyVvVfzBo63FSbS3BiGa8u6XnPIoNDlr8l2rQWK6ebEfU0nscVW8R5NtRy0tuqHYDMThRIX85jpwj5KGMkeO/JYg==
#build_image: shippable/minv2:beta
language: python
install: pip install --use-mirrors -r requirements.txt
script:
- python sqliteSample.py
- echo $test
notifications:
email:
- vidya@shippable.com
- buildsampletest@gmail.com
#cache: true
after_script:
- cp README.md ./shippable