Skip to content

Commit 2e8c315

Browse files
committed
fix pytest argument
1 parent fdf14b4 commit 2e8c315

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
@@ -29,4 +29,4 @@ install:
2929
- cmd: pip install .[test]
3030

3131
test_script:
32-
- pytest -v notebook --exclude-dir notebook\tests\selenium
32+
- py.test -v notebook --ignore notebook\tests\selenium

0 commit comments

Comments
 (0)