Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1000 Bytes

File metadata and controls

18 lines (12 loc) · 1000 Bytes

sample_ubuntu1204_python

This sample helps you create a shippable.yml file for your Python project on Shippable with tests using Nose and Coverage. Please refer to our language specific documentation on Python for more details.

Build Image

The sample uses a python specific build image that's available for public use: shippableimages/ubuntu1204_python (Dockerfile).

To set your build image in Shippable:

  • Login to Shippable
  • Navigate to your project page by clicking on the project link
  • Click on Settings and choose the following option:

Pull Image from : shippableimages/ubuntu1204_python

For more details on project settings, you can refer our docs on Build and Project Settings.