mailr18808 - /trunk/devel_scripts/python_multiversion_test_suite.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on March 12, 2013 - 23:46:
Author: bugman
Date: Tue Mar 12 23:46:49 2013
New Revision: 18808

URL: http://svn.gna.org/viewcvs/relax?rev=18808&view=rev
Log:
Modified the script for running the relax test-suite on multiple Python 
versions.

The pre-2.2 Python versions are now commented out as well as the abortive 
Python 3.0.


Modified:
    trunk/devel_scripts/python_multiversion_test_suite.py

Modified: trunk/devel_scripts/python_multiversion_test_suite.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/python_multiversion_test_suite.py?rev=18808&r1=18807&r2=18808&view=diff
==============================================================================
--- trunk/devel_scripts/python_multiversion_test_suite.py (original)
+++ trunk/devel_scripts/python_multiversion_test_suite.py Tue Mar 12 23:46:49 
2013
@@ -40,18 +40,22 @@
 
 # The Python versions to be tested.
 PY_VER = [
-    '1.0',
-    '1.5',
-    '1.6',
-    '2.0',
-    '2.1',
-    '2.2',
+    #'1.0',
+    #'1.1',
+    #'1.2',
+    #'1.3',
+    #'1.4',
+    #'1.5',
+    #'1.6',
+    #'2.0',
+    #'2.1',
+    #'2.2',
     '2.3',
     '2.4',
     '2.5',
     '2.6',
     '2.7',
-    '3.0',
+    #'3.0',
     '3.1',
     '3.2',
     '3.3'




Related Messages


Powered by MHonArc, Updated Wed Mar 13 00:00:02 2013