Skip to content

Commit

Permalink
fix AppVeyor integration
Browse files Browse the repository at this point in the history
  • Loading branch information
taleinat committed Apr 7, 2020
1 parent 5540e92 commit 9b9cb3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Expand Up @@ -43,13 +43,13 @@ environment:
PYTHON_APPDATA_DIR: 'C:\Users\appveyor\AppData\Roaming\Python\Python38'

install:
# We need wheel installed to build wheels
- 'set PATH=%PYTHON_APPDATA_DIR%\Scripts;%PYTHON%\Scripts;%PYTHON%;%PATH%'
- 'pip install --user -U pip'
- 'pip install --user wheel'
- 'pip install --user coveralls'
- 'python -m pip install --user -U pip setuptools'
- 'pip install --user virtualenv'
- 'pip install --user "tox<3"'
- 'pip install --user coveralls'
# We need wheel installed to build wheels
- 'pip install --user wheel'

build: off

Expand Down

0 comments on commit 9b9cb3e

Please sign in to comment.