We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c4a76 commit 143812eCopy full SHA for 143812e
1 file changed
wiki/Building_a_release.md
@@ -87,9 +87,10 @@ Final commit(s)
87
drevil:~biopython> python setup.py build
88
drevil:~biopython> python setup.py test
89
```
90
- Running the tests simultaneously is risky as two threads may both try to read/write to the same temp files.
+ Running the tests simultaneously (e.g. with different versions of Python) is risky as
91
+ two threads may both try to read/write to the same temp files.
92
-9. Push this to gitub, all being well this commit will be tagged as the release
93
+10. Push this to gitub, all being well this commit will be tagged as the release
94
(barring no problems uncovered while building the documentation, or
95
with the manifest while testing the tar-ball):
96
0 commit comments