Skip to content

Commit 282a5d4

Browse files
committed
appveyor fix
1 parent b7de5ab commit 282a5d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
PYTHON: 'C:\Python27-x64\python.exe'
88

99
init:
10-
- cmd: '%PYTHON% -m pip install -r requirements.txt -U nose wheel'
10+
- cmd: '%PYTHON% -m pip install -U nose wheel'
1111

1212
build: off
1313

@@ -18,7 +18,7 @@ before_test:
1818
test_script:
1919
- ps: |
2020
# e2e tests require `gl` binary
21-
&$env:PYTHON -m pip install .
21+
&$env:PYTHON -m pip install -r requirements.txt .
2222
# 'gl' is installed in Python Scripts directory
2323
$env:PATH += ";$(Split-Path $env:PYTHON)\Scripts"
2424
&$env:PYTHON setup.py nosetests --logging-level=WARN --with-xunit

0 commit comments

Comments
 (0)