~testing-cabal/testtools/trunk

« back to all changes in this revision

Viewing changes to scripts/all-pythons

  • Committer: Robert Collins
  • Author(s): hugovk
  • Date: 2018-01-09 12:25:34 UTC
  • Revision ID: git-v1:0a609e10198a818ba21d607107a667cb95afef0a
Remove old Python 2.6 code

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
if __name__ == '__main__':
90
90
    sys.path.append(ROOT)
91
91
    result = TestProtocolClient(sys.stdout)
92
 
    for version in '2.6 2.7 3.0 3.1 3.2'.split():
 
92
    for version in '2.7 3.3 3.4 3.5 3.6'.split():
93
93
        run_for_python(version, result, sys.argv[1:])