diff --git a/ci.py b/ci.py index c345f28..f2ae3f3 100644 --- a/ci.py +++ b/ci.py @@ -5,8 +5,8 @@ import subprocess def get_python_cmds(): if platform.system() == 'Linux': lst = [] - #pyvers = ['2.7','3.5.2']: - pyvers = ['2.7']: + #pyvers = ['2.7','3.5.2'] + pyvers = ['2.7'] for pyver in pyvers: pycmd = '/opt/python/{}/bin/python'.format(pyver) lst.append((pyver,pycmd))