Skip to content

Commit

Permalink
Merge pull request gregmalcolm#1 from brootware/brootware/gitpod-setup
Browse files Browse the repository at this point in the history
Brootware/gitpod setup
  • Loading branch information
brootware authored May 28, 2021
2 parents 45738bb + aa55169 commit 9f28301
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/

FROM gitpod/workspace-full:latest

USER gitpod

RUN pip3 install pytest==4.4.2 pytest-testdox mock
14 changes: 14 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
image:
file: .gitpod.Dockerfile

tasks:
- command: python contemplate_koans.py

github:
prebuilds:
# enable for the master/default branch (defaults to true)
master: true
# enable for pull requests coming from this repo (defaults to true)
pullRequests: false
# add a "Review in Gitpod" button as a comment to pull requests (defaults to true)
addComment: false
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Python Koans
.. image:: https://travis-ci.org/gregmalcolm/python_koans.png?branch=master
:target: http://travis-ci.org/gregmalcolm/python_koans

.. image:: https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod
:target: https://gitpod.io/#https://github.com/gregmalcolm/python_koans

One click installation:
-----------------------

.. image:: https://gitpod.io/button/open-in-gitpod.svg
:target: https://gitpod.io/#https://github.com/gregmalcolm/python_koans

Python Koans is a port of Edgecase's "Ruby Koans" which can be found
at http://rubykoans.com/.

Expand Down

0 comments on commit 9f28301

Please sign in to comment.