From 747202b5c698db6d308fdc22ff2433118d665b29 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 4 Dec 2012 13:14:21 +0100 Subject: The test suite works with python 2.7 too --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index c6ada29..786482a 100644 --- a/README +++ b/README @@ -132,9 +132,9 @@ HOW TO IMPLEMENT NEW FORMATS: HOW TO LAUNCH THE TESTSUITE: 1. cd ./test - 2. python2.6 test.py : launch all testsuites - 3. python2.6 clitest.py : launch the testsuite for the CLI - 4. python2.6 libtest.py : launch the testsuite for the mat internal library + 2. python test.py : launch all testsuites + 3. python clitest.py : launch the testsuite for the CLI + 4. python libtest.py : launch the testsuite for the mat internal library ALTERNATIVES AND COMPLEMENTS: -- cgit v1.3