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 7cb58e9 commit 904cd45Copy full SHA for 904cd45
.travis.yml
@@ -16,12 +16,13 @@ before_install:
16
- xpra --xvfb="Xorg +extension RANDR -config `pwd`/tests/dummy.xorg.conf -logfile ${HOME}/.xpra/xorg.log" start :42
17
18
install:
19
- - pip install mypy
+ - pip install flake8
20
- python setup.py install
21
22
script:
23
- py.test --display=":42.0"
24
- - mypy --check-untyped-defs --warn-incomplete-stub -m mss
+ - flake8 mss
25
+# - mypy --check-untyped-defs --warn-incomplete-stub -m mss
26
27
after_script:
28
- xpra stop :42
0 commit comments