diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-08-08 21:11:38 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-08-08 22:33:29 +0200 |
commit | 3179455e69eca9c205450a1bbbe381ee1a593bbc (patch) | |
tree | 38c98be72c98511706db8e9a76a0fec57e0bcf62 /.gitignore | |
parent | 06a82c55664ec868f04a235ceeb182f3fb6f5e2e (diff) | |
download | qutebrowser-3179455e69eca9c205450a1bbbe381ee1a593bbc.tar.gz qutebrowser-3179455e69eca9c205450a1bbbe381ee1a593bbc.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
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 |