diff --git a/test/README b/test/README index a02e3b9..c7d9f33 100644 --- a/test/README +++ b/test/README @@ -10,9 +10,9 @@ How to run the tests folder structure. So don't use a real used account here... - go to the top level dir (one above this one) and execute: - 'python setup.py test' + 'python3 setup.py test' System requirements =================== -This test suite depend on python>=2.7 to run out of the box. If you want to run this with python 2.6 you will need to install the backport from http://pypi.python.org/pypi/unittest2 instead. \ No newline at end of file +This test suite depend on python 3 to run out of the box.