Skip to content

Commit

Permalink
Merge pull request #64 from blink1073/appveyor-fix
Browse files Browse the repository at this point in the history
Run only the basic test on Appveyor
  • Loading branch information
takluyver authored Mar 18, 2019
2 parents 7fde385 + b01642e commit ffb2980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ install:
- set PATH=%PYTHON%\\scripts;%PATH%
- 'pip install tornado pywinpty pytest'
test_script:
- 'py.test'
- 'py.test terminado/tests/basic_test.py::CommonTests::test_basic'

0 comments on commit ffb2980

Please sign in to comment.