##// END OF EJS Templates
Update supported Python versions in tools/test_pr
Thomas Kluyver -
Show More
@@ -29,7 +29,7 b" ipy_repository = 'git://github.com/ipython/ipython.git'"
29 ipy_http_repository = 'http://github.com/ipython/ipython.git'
29 ipy_http_repository = 'http://github.com/ipython/ipython.git'
30 gh_project="ipython/ipython"
30 gh_project="ipython/ipython"
31
31
32 supported_pythons = ['python2.6', 'python2.7', 'python3.2']
32 supported_pythons = ['python2.7', 'python3.3']
33
33
34 missing_libs_re = re.compile(r"Tools and libraries NOT available at test time:\n"
34 missing_libs_re = re.compile(r"Tools and libraries NOT available at test time:\n"
35 r"\s*(.*?)\n")
35 r"\s*(.*?)\n")
General Comments 0
You need to be logged in to leave comments. Login now