We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7de5ab commit 282a5d4Copy full SHA for 282a5d4
.appveyor.yml
@@ -7,7 +7,7 @@ environment:
7
PYTHON: 'C:\Python27-x64\python.exe'
8
9
init:
10
- - cmd: '%PYTHON% -m pip install -r requirements.txt -U nose wheel'
+ - cmd: '%PYTHON% -m pip install -U nose wheel'
11
12
build: off
13
@@ -18,7 +18,7 @@ before_test:
18
test_script:
19
- ps: |
20
# e2e tests require `gl` binary
21
- &$env:PYTHON -m pip install .
+ &$env:PYTHON -m pip install -r requirements.txt .
22
# 'gl' is installed in Python Scripts directory
23
$env:PATH += ";$(Split-Path $env:PYTHON)\Scripts"
24
&$env:PYTHON setup.py nosetests --logging-level=WARN --with-xunit
0 commit comments