Skip to content

Commit

Permalink
Fix AppVeyor CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Apr 29, 2018
1 parent ed40294 commit 5bde6c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ install:
- ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/Scripts/pip.exe install setuptools --upgrade"
- "%PYTHON%/Scripts/pip.exe install pytest"

test_script:
Expand Down

0 comments on commit 5bde6c3

Please sign in to comment.