Skip to content

Commit

Permalink
music21 v. 3 release (3.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuthbert committed Aug 22, 2016
1 parent 8511c03 commit f9e894b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
1. update the VERSION in _version.py and the single test cases in base.py and
in case of major version changes freezeThaw.JSONFreezer.jsonPrint if this wasn't done already.
2. for a major change, run
2. for a major change, run in Py3
`corpus.cacheMetadata(['core', 'virtual'], verbose=True)`.
every once in a while run corpus.corpora.CoreCorpus().metadataBundle.rebuild()
(40 min on MacPro) -- either of these MAY change a lot of tests in corpus, metadata, etc.
so don't skip the next step!
3. run test/multiprocessTest.py for Python2 AND Python3
3.5 run test/testLint.py and fix any lint errors
4. commit and then check test/testSingleCoreAll.py results on Travis-CI
(normally not necessary, because it's slower and mostly duplicates multiprocessTest,
but should be done before making a release). Done automatically by Travis-CI on GitHub commit
Expand Down

0 comments on commit f9e894b

Please sign in to comment.