From 3179455e69eca9c205450a1bbbe381ee1a593bbc Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 8 Aug 2015 21:11:38 +0200 Subject: Reorganize tox.ini. - The environment to run unittests is now called py34 as that's the common thing used, and will also allow us to run the tests with Python 3.5. - The default tests now also run coverage.py and do a coverage check (on Linux). - The smoke tests are now part of the default environment. --- .coveragerc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.coveragerc') diff --git a/.coveragerc b/.coveragerc index 16bebb0cc..b1c620b3b 100644 --- a/.coveragerc +++ b/.coveragerc @@ -12,3 +12,9 @@ exclude_lines = raise AssertionError raise NotImplementedError if __name__ == ["']__main__["']: + +[html] +directory=.htmlcov + +[xml] +output=.coverage.xml -- cgit v1.2.3-54-g00ecf