Skip to content

Commit

Permalink
fix init file bug (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard authored Sep 20, 2021
1 parent ea0dd5d commit c482fcc
Show file tree
Hide file tree
Showing 6 changed files with 2,776 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/

tasks:
- init: bash -c 'pip install poetry && poetry install && pytest'
command: echo 'start script'
Expand All @@ -8,3 +8,7 @@ github:
addComment: true
pullRequestsFromForks: true


vscode:
extensions:
- ms-python.python
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![PyPI versions](https://img.shields.io/pypi/pyversions/nbmake?logo=python&logoColor=white)](https://pypi.org/project/nbmake)
[![PyPI versions](https://img.shields.io/pypi/v/nbmake?logo=python&logoColor=white)](https://pypi.org/project/nbmake) [![Twitter](https://img.shields.io/static/v1?label=twitter&message=follow&color=blue&logo=twitter)](https://twitter.com/treebeardtech)
[![PyPI Downloads](https://img.shields.io/pypi/dm/nbmake)](https://pypi.org/project/nbmake)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/treebeardtech/nbmake)

**What?** Pytest plugin for testing and releasing notebook documentation

Expand Down
Loading

0 comments on commit c482fcc

Please sign in to comment.