Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions shippable.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
python:
- "2.6"
# - "2.7"
# - "2.6"
- "2.7"


env:
Expand All @@ -10,7 +10,7 @@ env:

language: python

install: pip install --use-mirrors -r requirements.txt
install: pip install -r requirements.txt


script:
Expand All @@ -23,8 +23,9 @@ notifications:
- vidya@shippable.com
- buildsampletest@gmail.com


#test
#cache: true
build_image: drydock/u12pytpls:tip

after_script:
- cp README.md ./shippable
Expand Down