Skip to content

Commit

Permalink
Fix contents of CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoSchip authored Jul 21, 2023
1 parent 2d85c2c commit d0f6341
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,13 @@ Before you submit a pull request, check that it meets these guidelines:
https://github.com/zillionare/python-project-wizard/actions
and make sure that the tests pass for all supported Python versions.

## Tips```
$ pytest tests.test_backtest
```To run a subset of tests.
## Tips

To run a subset of tests.

```
$ pytest tests.test_backtest
```

## Deploying

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

```
$ poetry patch # possible: major / minor / patch
$ git push
$ git push --tags
$ poetry patch # possible: major / minor / patch
$ git push
$ git push --tags
```

Travis will then deploy to PyPI if tests pass.

0 comments on commit d0f6341

Please sign in to comment.