We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d09fb commit c42a72cCopy full SHA for c42a72c
.travis.yml
@@ -16,13 +16,6 @@ jobs:
16
python: 3.8
17
install: pip install -U git+git://github.com/python/mypy
18
script: ./tests/mypy_test.py --platform=linux
19
- - name: "tkinter options test"
20
- # Run this with latest python supported by typeshed
21
- python: 3.8
22
- install: pip install -U typing-inspect
23
- script: ./tests/tkinter_options_test.py
24
- services:
25
- - xvfb # needed to run tkinter
26
- name: "mypy (Windows)"
27
28
script: ./tests/mypy_test.py --platform=win32
tests/tkinter_options_test.py
0 commit comments