Skip to content

Commit

Permalink
add python
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 13, 2016
1 parent fecee60 commit f3abac9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
sudo: required
notifications:
email: true
services:
- docker
script:
- ./test.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## dockerfiles

[![Circle CI](https://circleci.com/gh/jfrazelle/dockerfiles.svg?style=svg)](https://circleci.com/gh/jfrazelle/dockerfiles)
[![Travis CI](https://travis-ci.org/jfrazelle/dockerfiles.svg?branch=master)](https://travis-ci.org/jfrazelle/dockerfiles)

This is a repo to hold various Dockerfiles for images I create.

Expand Down
7 changes: 0 additions & 7 deletions circle.yml

This file was deleted.

1 change: 1 addition & 0 deletions kubes-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
git \
libtool \
make \
python-minimal \
rsync \
unzip \
--no-install-recommends \
Expand Down

0 comments on commit f3abac9

Please sign in to comment.