Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a96ede3

Browse files
committedJan 17, 2015
use full path to nikola
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 90b5782 commit a96ede3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ test_script:
1919
- "%PYTHON%/python.exe --version"
2020
- "%PYTHON%/Scripts/pip.exe --version"
2121
- "%PYTHON%/python.exe setup.py test"
22-
- "%nikola"
23-
- "%nikola help"
22+
- "%PYTHON%/Scripts/nikola.exe"
23+
- "%PYTHON%/Scripts/nikola.exe help"

0 commit comments

Comments
 (0)
Please sign in to comment.