Navigation Menu

Skip to content

Commit

Permalink
AppVeyor reordering
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed May 3, 2018
1 parent a3a2c44 commit 14a035f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor.yml
Expand Up @@ -6,15 +6,16 @@ environment:
init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
- "set path=%PYTHON%/Scripts;%path%"
- "%PYTHON%/python.exe --version"
- "%PYTHON%/Scripts/pip.exe --version"

install:
- "%PYTHON%/python.exe -m pip install --upgrade-strategy eager -U pip setuptools wheel"
- "%PYTHON%/python.exe -m pip install --upgrade-strategy eager -Ur requirements-extras.txt pytest coverage pytest-cov mock freezegun"
- "%PYTHON%/python.exe -m pip install ."

test_script:
- "set path=%PYTHON%/Scripts;%path%"
- "%PYTHON%/python.exe --version"
- "%PYTHON%/Scripts/pip.exe --version"
- "py.test tests/"
- "nikola"
- "nikola help"

0 comments on commit 14a035f

Please sign in to comment.