Skip to content

Commit d563ef4

Browse files
committed
another try for appveyor
1 parent 2358b66 commit d563ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ install:
3232
- ps: 'Install-Product node 0.12 x64'
3333
- "set PATH=%PYTHON%\\Scripts;%PATH%"
3434
- "%PYTHON%\\python.exe -m pip install -U pip setuptools^>=20.3 wheel"
35-
- "%PYTHON%\\python.exe -m pip install -U codecov -rtest-requirements.txt pytest-xdist<1.28 "
35+
- "%PYTHON%\\python.exe -m pip install -U codecov -rtest-requirements.txt pytest-xdist==1.27 "
3636
# Note the use of a `^` to escape the `>`
3737

3838
build_script:

0 commit comments

Comments
 (0)