Skip to content

Commit 3e56b90

Browse files
committedJan 18, 2015
maybe nikola.exe is botched?
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent ca69ac4 commit 3e56b90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ test_script:
1818
- "set path=%PYTHON%/Scripts;%path%"
1919
- "%PYTHON%/python.exe --version"
2020
- "%PYTHON%/Scripts/pip.exe --version"
21-
- "%PYTHON%/python.exe setup.py test"
22-
- "%PYTHON%/Scripts/nikola.exe"
23-
- "%PYTHON%/Scripts/nikola.exe help"
21+
#- "%PYTHON%/python.exe setup.py test"
22+
- "%PYTHON%/python.exe -m nikola"
23+
- "%PYTHON%/python.exe -m nikola help"

0 commit comments

Comments
 (0)