Skip to content

Commit c482fcc

Browse files
fix init file bug (#47)
1 parent ea0dd5d commit c482fcc

File tree

6 files changed

+2776
-3
lines changed

6 files changed

+2776
-3
lines changed

.gitpod.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
1+
22
tasks:
33
- init: bash -c 'pip install poetry && poetry install && pytest'
44
command: echo 'start script'
@@ -8,3 +8,7 @@ github:
88
addComment: true
99
pullRequestsFromForks: true
1010

11+
12+
vscode:
13+
extensions:
14+
- ms-python.python

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![PyPI versions](https://img.shields.io/pypi/pyversions/nbmake?logo=python&logoColor=white)](https://pypi.org/project/nbmake)
44
[![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)
55
[![PyPI Downloads](https://img.shields.io/pypi/dm/nbmake)](https://pypi.org/project/nbmake)
6+
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/treebeardtech/nbmake)
67

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

0 commit comments

Comments
 (0)