hide codecov.yml

This commit is contained in:
Thomas Kriechbaumer 2016-06-16 10:08:47 +02:00
parent 1575fd3c9e
commit daa31c0fe0
2 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ The following tox environments are relevant for local testing:
tox -e docs # runs a does-it-compile check on the documentation
tox -e lint # runs the linter for coding style checks
We are in the middle of transitioning to Python 3, so please make sure all tests
pass in Python 2.7 and 3.5. Running `tox` ensure all necessary tests are executed.
Documentation
-------------