Code Monkey home page Code Monkey logo

u12all's Introduction

u12all

Ubuntu 12.04 image with all services

Shippable CI image for Python on Ubuntu 12.04. Available python versions:

  1. 2.6
  2. 2.7
  3. 3.2
  4. 3.3
  5. 3.4
  6. 3.5

Available Services :

  1. cassandra 2.1
  2. elasticsearch 1.5
  3. memcached 1.4
  4. mongodb 3.0
  5. mysql 5.6
  6. neo4j 2.2
  7. postgres 9.4
  8. rabbitmq 3.5
  9. redis 3.0
  10. selenium 2.45
  11. sqllite 3
  12. couchdb 1.6
  13. rethinkdb 2.0
  14. riak latest

How to use

You can use this image to run python builds on Shippable. Just update your shippable.yml file and add the build_image directive. You should also activate the appropriate virtual envrionment so your build runs against the correct version of python. The python versions you specify in the python directive in the YML will be available in the $PYTHON_VERSION environment variable. Here's a sample YML file to get you going:

language: python
python:
  - 2.6
  - 2.7
  - 3.2
  - 3.3
  - 3.4
  - 3.5
  
services:
  - cassandra
  - elasticsearch
  - memcached
  - mongodb
  - mysql
  - neo4j
  - postgres
  - rabbitmq
  - redis
  - selenium
  - sqllite
  - couchdb
  - rethinkdb
  - riak
  
build_image: drydock/u12pytall:prod

before_install:
  # We're going to set up a virtualenv and activate the python version we want to use
  - mkdir -p $HOME/bldve/
  - virtualenv -p /usr/bin/python$PYTHON_VERSION $HOME/bldve/
  - source $HOME/bldve/bin/activate

install:
  - pip install -r requirements.txt

script:
  - python test.py

u12all's People

Contributors

balavignesh-s avatar rageshkrishna avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.