mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-03 06:57:31 +01:00
One more Python version for the test suites
This commit is contained in:
parent
a4c64c1731
commit
18044bddfe
@ -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.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 3.5".split()
|
||||
|
||||
DIRS = ['c', 'python']
|
||||
if os.environ.get('BUILDFARM'):
|
||||
|
Loading…
Reference in New Issue
Block a user