From cbc46b5c31e82cdf06336f8aa96527bb0b33dfd2 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Mon, 16 Mar 2015 15:26:20 +0100 Subject: Added a script test.py working both with Python 2 and 3 --- README.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index bd8fd44..1457395 100644 --- a/README.rst +++ b/README.rst @@ -30,13 +30,9 @@ in the main directory, possibly as superuser. Testing -------- -For Python 2.5, 2.6, 2.7 run +Run - `$ python documentation.py` - -for Python 3.X run - - `$ python3 documentation3.py` + `$ python test.py` You will see a few innocuous errors with Python 2.5, because some inner details such as the introduction of the ArgSpec namedtuple and -- cgit v1.2.1