File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,11 @@ environment:
88
99init :
1010 - cmd : ' %PYTHON% -m pip install -U pip'
11- - cmd : ' %PYTHON% -m pip install -U nose wheel '
11+ - cmd : ' %PYTHON% -m pip install -U nose'
1212
13- build : off
13+ build :
14+ # build and install `gl` binary (end to end test also use it)
15+ - cmd : ' %PYTHON% -m pip install -r requirements.txt .'
1416
1517before_test :
1618 - cmd : git config --global user.name "appveyor-test"
@@ -19,8 +21,6 @@ before_test:
1921test_script :
2022 - cmd : gl
2123 - ps : |
22- # e2e tests require `gl` binary
23- &$env:PYTHON -m pip install -r requirements.txt .
2424 # 'gl' is installed in Python Scripts directory
2525 $env:PATH += ";$(Split-Path $env:PYTHON)\Scripts"
2626 &$env:PYTHON setup.py nosetests --logging-level=WARN --with-xunit
You can’t perform that action at this time.
0 commit comments