We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42efecf commit 62e38fdCopy full SHA for 62e38fd
1 file changed
.appveyor.yml
@@ -5,6 +5,7 @@ environment:
5
- PYTHON: "C:\\PYTHON35"
6
- PYTHON: "C:\\PYTHON36"
7
install:
8
+ - "%PYTHON%\\python.exe -m pip install -U pip"
9
- "%PYTHON%\\python.exe -m pip install nose coverage codecov psutil pynput babel pillow pypiwin32"
10
build: off
11
test_script:
0 commit comments