From daa31c0fe063369fa17db9e3ace7b6dcf95cbb81 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Thu, 16 Jun 2016 10:08:47 +0200 Subject: hide codecov.yml --- .codecov.yml | 1 + README.rst | 3 +++ codecov.yml | 1 - 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .codecov.yml delete mode 100644 codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..db247200 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1 @@ +comment: off diff --git a/README.rst b/README.rst index 2861f44a..983f50fb 100644 --- a/README.rst +++ b/README.rst @@ -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 ------------- diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index db247200..00000000 --- a/codecov.yml +++ /dev/null @@ -1 +0,0 @@ -comment: off -- cgit v1.2.3