Skip to content

Commit

Permalink
Add reminder about what "test" means
Browse files Browse the repository at this point in the history
  • Loading branch information
pingswept committed Apr 19, 2015
1 parent 88e1ce3 commit 119758e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions development-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ I'm happy to receive patches to Pysolar. Please make sure that your patch does n

(These notes are just to remind Brandon how releases worked the last time he released a new version of Pysolar.)

1. Patch, test, patch, test, until it works right. Commit and push to Github.
2. Update the version number in setup.py.
3. Update contributors.markdown if needed.
4. Add a release on Github that matches the new version number: https://github.com/pingswept/pysolar/releases
5. Test PyPI credentials with `python setup.py register`
6. Run `python setup.py sdist upload`
1. Patch, test, patch, test, until it works right. Test includes running test/testsolar.py and the validation suite.
2. Commit and push to Github.
3. Update the version number in setup.py.
4. Update contributors.markdown if needed.
5. Add a release on Github that matches the new version number: https://github.com/pingswept/pysolar/releases
6. Test PyPI credentials with `python setup.py register`
7. Run `python setup.py sdist upload`

0 comments on commit 119758e

Please sign in to comment.