Skip to content

Commit 8d53f84

Browse files
committed
fix test_script name
1 parent 8a1136d commit 8d53f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ install:
3232

3333
build: false
3434

35-
script:
36-
- "nosetests -v --with-coverage --cover-package=pvlib pvlib"
35+
test_script:
36+
- nosetests -v --with-coverage --cover-package=pvlib pvlib

0 commit comments

Comments
 (0)