exclude terminal tests on Windows

This commit is contained in:
Min RK 2016-09-13 15:03:43 +02:00
parent f3ed84e679
commit f707b78e54
2 changed files with 2 additions and 1 deletions

View File

@ -23,4 +23,4 @@ install:
- cmd: pip install .[test]
test_script:
- nosetests -v notebook
- nosetests --exclude-dir notebook\terminal -v notebook

View File

@ -157,6 +157,7 @@ extras_require = {
':sys_platform != "win32"': ['terminado>=0.3.3'],
'test:python_version == "2.7"': ['mock'],
'test': ['nose', 'coverage', 'requests', 'nose_warnings_filters'],
'test:sys_platform == "win32"': ['nose-exclude'],
}
if 'setuptools' in sys.modules: