Skip to content

Commit

Permalink
Merge pull request gregmalcolm#238 from brootware/brootware/gitpod-setup
Browse files Browse the repository at this point in the history
Brootware/gitpod setup
  • Loading branch information
gregmalcolm authored Aug 10, 2021
2 parents 45738bb + a9c177c commit 84981e3
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
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
19 changes: 18 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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

.. image:: https://www.eclipse.org/che/contribute.svg
:target: https://workspaces.openshift.com/f?url=https://gitpod.io/#https://github.com/gregmalcolm/python_koans

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

.. image:: https://www.eclipse.org/che/contribute.svg
:target: https://workspaces.openshift.com/f?url=https://gitpod.io/#https://github.com/gregmalcolm/python_koans
| or
.. image:: https://gitpod.io/button/open-in-gitpod.svg
:target: https://gitpod.io/#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 Expand Up @@ -214,4 +231,4 @@ FPIP. So here's a little plug for their very cool Python podcast:
http://frompythonimportpodcast.com/

A big thanks also to Mike Pirnat @pirnat and Kevin Chase @kjc have pitched in
as co-maintainers at various times
as co-maintainers at various times

0 comments on commit 84981e3

Please sign in to comment.