Skip to content

Commit

Permalink
Quieten sdist build in test run
Browse files Browse the repository at this point in the history
and dont set cov reports for project test run
  • Loading branch information
phlax committed Apr 7, 2018
1 parent 9d96fce commit cbe0a7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Expand Up @@ -71,7 +71,7 @@ commands=
pootle init
# Other linting
make travis-assets
python setup.py sdist
python setup.py --quiet sdist
make docs
python setup.py check --restructuredtext --strict
python setup.py build_mo
Expand All @@ -80,4 +80,3 @@ commands=
make lint-css
make lint-docs
make test-js
codecov -e TOXENV

0 comments on commit cbe0a7d

Please sign in to comment.