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. --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cc23379f9..2fa6fb2b9 100644 --- a/.gitignore +++ b/.gitignore @@ -20,8 +20,8 @@ __pycache__ /qutebrowser/html/doc/ /.venv /.coverage -/htmlcov -/coverage.xml +/.htmlcov +/.coverage.xml /.tox /testresults.html /.cache -- cgit v1.2.3-54-g00ecf