mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-12-23 17:55:04 +01:00
Removed python 2.4 from the list of interpreters for testing
This commit is contained in:
parent
8c0ead0ca1
commit
a71bc05547
@ -18,7 +18,7 @@ else: raise Exception("Unknown platform, cannot get machine name")
|
||||
from waflib import Logs, Errors
|
||||
|
||||
# python 2.3 tends to hang for whatever reason :-/
|
||||
PYTHONS = "2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4".split()
|
||||
PYTHONS = "2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4".split()
|
||||
|
||||
DIRS = ['c', 'python']
|
||||
#DIRS = [x for x in os.listdir('.') if os.path.isdir(x) and x not in ('variants', 'build', 'mac_app', 'precious')]
|
||||
|
Loading…
Reference in New Issue
Block a user