Browse Source

Update .appveyor.yml.

v0.2.x
jajupmochi 4 years ago
parent
commit
265850c44d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .appveyor.yml

+ 2
- 2
.appveyor.yml View File

@@ -15,9 +15,9 @@ environment:


install: install:
- "%PYTHON%\\python.exe -m pip install -U pip" - "%PYTHON%\\python.exe -m pip install -U pip"
- "%PYTHON%\\python.exe -m pip install -U pytest"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- "%PYTHON%\\python.exe -m pip install wheel" - "%PYTHON%\\python.exe -m pip install wheel"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"
- "%PYTHON%\\python.exe -m pip install -U pytest"


build: off build: off




Loading…
Cancel
Save