Skip to content

Commit

Permalink
travis for python
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrcgo committed Sep 28, 2018
1 parent 909e344 commit b957a36
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions travis/Dockerfile-python
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

FROM travisci/ci-python:packer-1490914243

LABEL maintainer="tvrcgo <[email protected]>"

RUN cd ~/builds \
git clone https://github.com/travis-ci/travis-build.git \
cd travis-build

RUN gem install travis \
travis \
bundle install \
bundler add travis \
bundler binstubs travis

CMD [ "/sbin/init" ]

0 comments on commit b957a36

Please sign in to comment.