Remove python 2.4 compile test.

This commit is contained in:
Matt Clay 2017-03-15 14:54:14 -07:00
commit 3a22467b38
2 changed files with 1 additions and 62 deletions

View file

@ -94,7 +94,7 @@ SUPPORTED_PYTHON_VERSIONS = (
'3.6',
)
COMPILE_PYTHON_VERSIONS = tuple(sorted(SUPPORTED_PYTHON_VERSIONS + ('2.4',)))
COMPILE_PYTHON_VERSIONS = SUPPORTED_PYTHON_VERSIONS
coverage_path = '' # pylint: disable=locally-disabled, invalid-name