We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1575fd3 commit daa31c0Copy full SHA for daa31c0
codecov.yml .codecov.yml
README.rst
@@ -106,6 +106,9 @@ The following tox environments are relevant for local testing:
106
tox -e docs # runs a does-it-compile check on the documentation
107
tox -e lint # runs the linter for coding style checks
108
109
+We are in the middle of transitioning to Python 3, so please make sure all tests
110
+pass in Python 2.7 and 3.5. Running `tox` ensure all necessary tests are executed.
111
+
112
113
Documentation
114
-------------
0 commit comments