Skip to content

Commit

Permalink
Change recommendation from python3 setup.py test to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
tburrows13 authored Oct 11, 2020
1 parent fe5c782 commit b2218d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- Create a new local branch: `git checkout -b branchname`
- Make any changes in it
- Make sure that your code still conforms to the formatting standard: `black -t py36 .`
- Run the test suite over it to expose any problems: `python3 setup.py test`
- Run the test suite over it to expose any problems: `pytest`
- Push the local branch to your fork on github: `git push -u origin branchname`
- Go to github.com/yourname/moviepy and it will display 'Recently pushed branches' giving you the option to make a Pull Request to the main repo
- Fill in any details for your PR and submit
Expand Down

0 comments on commit b2218d3

Please sign in to comment.