Skip to content

Commit

Permalink
Fix AppVeyor CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 9, 2020
1 parent 11bd98f commit a5a5c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/Scripts/pip.exe install setuptools --upgrade"
- "%PYTHON%/Scripts/pip.exe install typepy[test]"
- "%PYTHON%/Scripts/pip.exe install .[test]"

test_script:
- "%PYTHON%/python.exe -m pytest -vv"
Expand Down

0 comments on commit a5a5c46

Please sign in to comment.