Skip to content

Commit 21cebee

Browse files
Merge branch 'master' of github.com:zillionare/python-project-wizard
2 parents 74c5336 + cff8571 commit 21cebee

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,13 @@ Before you submit a pull request, check that it meets these guidelines:
9999
https://github.com/zillionare/python-project-wizard/actions
100100
and make sure that the tests pass for all supported Python versions.
101101

102-
## Tips```
103-
$ pytest tests.test_backtest
104-
```To run a subset of tests.
102+
## Tips
103+
104+
To run a subset of tests.
105105

106+
```
107+
$ pytest tests.test_backtest
108+
```
106109

107110
## Deploying
108111

@@ -111,9 +114,9 @@ Make sure all your changes are committed (including an entry in HISTORY.md).
111114
Then run:
112115

113116
```
114-
$ poetry patch # possible: major / minor / patch
115-
$ git push
116-
$ git push --tags
117+
$ poetry patch # possible: major / minor / patch
118+
$ git push
119+
$ git push --tags
117120
```
118121

119122
Travis will then deploy to PyPI if tests pass.

0 commit comments

Comments
 (0)