forked from twisted/mantissa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag '0.8.4' into fusionapp-integration
Mantissa 0.8.4 release.
- Loading branch information
Showing
7 changed files
with
47 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[tox] | ||
envlist={py27}-{twtrunk,twlatest,tw14} | ||
|
||
[testenv] | ||
# Remove this once the PyPy branch lands: | ||
setenv = | ||
PYTHONHASHSEED = 0 | ||
changedir={toxworkdir} | ||
deps= | ||
twlatest: Twisted | ||
twtrunk: https://github.com/twisted/twisted/archive/trunk.zip | ||
tw14: Twisted==14.0.0 | ||
coverage | ||
commands= | ||
pip list | ||
coverage run {envdir}/bin/trial \ | ||
--temp-directory={envdir}/_trial_temp {posargs:xmantissa} | ||
coverage report --rcfile={toxinidir}/.coveragerc | ||
coverage html --rcfile={toxinidir}/.coveragerc --directory {envdir}/_coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters