diff --git a/appveyor.yml b/appveyor.yml index a7a58ea35..288fd6b5a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,4 +29,4 @@ install: - cmd: pip install .[test] test_script: - - pytest -v notebook --exclude-dir notebook\tests\selenium + - py.test -v notebook --ignore notebook\tests\selenium