Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
djkirkham committed Sep 21, 2016
1 parent 955537b commit 67a0625
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ script:
echo "$SITECUSTOMIZE";
echo 'import coverage; coverage.process_startup()' > "$SITECUSTOMIZE";
export COVERAGE_PROCESS_START="$PWD/.coveragerc";
pwd
ls -a
coverage run --concurrency=multiprocessing -pm iris.tests.runner --system-tests;
ls -a
fi
fi
- if [[ $TEST_TARGET == 'example' ]]; then
Expand All @@ -135,6 +138,6 @@ script:
python setup.py test --coding-tests;
fi
after_success:
- coverage combine
- pwd; ls -a; coverage combine; ls -a
- coverage report;
- coveralls

0 comments on commit 67a0625

Please sign in to comment.