Skip to content

Commit 04219aa

Browse files
nicholasbishopJon Wayne Parrott
authored andcommitted
Fix typo in appveyor.yml "evrsion" -> "version" (pypa#274)
1 parent b443dcb commit 04219aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/code/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test_script:
3131
# only needed to support those cases.
3232
# Note that you must use the environment variable %PYTHON% to refer to
3333
# the interpreter you're using - Appveyor does not do anything special
34-
# to put the Python evrsion you want to use on PATH.
34+
# to put the Python version you want to use on PATH.
3535
- "build.cmd %PYTHON%\\python.exe setup.py test"
3636

3737
after_test:

0 commit comments

Comments
 (0)