Updated gitlab CI stuff
This commit is contained in:
parent
24abc58c2f
commit
d0e9696022
@ -115,7 +115,7 @@ build_setup:
|
|||||||
test_py2:
|
test_py2:
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
- windows7
|
- windows10
|
||||||
before_script:
|
before_script:
|
||||||
- '%PYTHON2% -v'
|
- '%PYTHON2% -v'
|
||||||
- '%PYTHON2% -m pip install --upgrade pip'
|
- '%PYTHON2% -m pip install --upgrade pip'
|
||||||
@ -133,7 +133,7 @@ test_py2:
|
|||||||
build_py2:
|
build_py2:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- windows7
|
- windows10
|
||||||
before_script:
|
before_script:
|
||||||
- '%PYTHON2% -v'
|
- '%PYTHON2% -v'
|
||||||
- '%PYTHON2% -m pip install --upgrade pip'
|
- '%PYTHON2% -m pip install --upgrade pip'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user