Skip to content

Commit e7fca63

Browse files
committed
Fix test command in CI config.
1 parent ef699d0 commit e7fca63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ install:
2323
test_script:
2424
- build_windows
2525
- cd tests
26-
- python -m unittests
26+
- python -m unittest

0 commit comments

Comments
 (0)