diff options
Diffstat (limited to 'howto.txt')
| -rw-r--r-- | howto.txt | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -72,11 +72,10 @@ - activate the virtualenv - $ tox +- For complete coverage testing: -- For complete coverage testing, in each Python installation, create a - "zzz_coverage_process_start.pth" containing:: - - import coverage; coverage.process_startup() + $ COVERAGE_COVERAGE=yes tox + $ python igor.py combine_html - To run the Javascript tests: |
