mirror of
https://github.com/RPCSX/xed.git
synced 2026-01-31 01:05:17 +01:00
travis ci.py: fix syntax error
Change-Id: Iea0cfac685e85cdb01d4d2878055d2729a741858
This commit is contained in:
4
ci.py
4
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))
|
||||
|
||||
Reference in New Issue
Block a user