summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorjvoisin2012-12-04 13:14:21 +0100
committerjvoisin2012-12-04 13:14:21 +0100
commit747202b5c698db6d308fdc22ff2433118d665b29 (patch)
tree6135a2db5e2082d720b2deb4ab923d5fd497404c /README
parentfb72b7a16853eb66374e42eeabd1849ca42dd694 (diff)
The test suite works with python 2.7 too
Diffstat (limited to 'README')
-rw-r--r--README6
1 files 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:
132 132
133HOW TO LAUNCH THE TESTSUITE: 133HOW TO LAUNCH THE TESTSUITE:
134 1. cd ./test 134 1. cd ./test
135 2. python2.6 test.py : launch all testsuites 135 2. python test.py : launch all testsuites
136 3. python2.6 clitest.py : launch the testsuite for the CLI 136 3. python clitest.py : launch the testsuite for the CLI
137 4. python2.6 libtest.py : launch the testsuite for the mat internal library 137 4. python libtest.py : launch the testsuite for the mat internal library
138 138
139 139
140ALTERNATIVES AND COMPLEMENTS: 140ALTERNATIVES AND COMPLEMENTS: