Skip to content

Commit 904cd45

Browse files
committed
Travis: remove mypy, add flake8
1 parent 7cb58e9 commit 904cd45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ before_install:
1616
- xpra --xvfb="Xorg +extension RANDR -config `pwd`/tests/dummy.xorg.conf -logfile ${HOME}/.xpra/xorg.log" start :42
1717

1818
install:
19-
- pip install mypy
19+
- pip install flake8
2020
- python setup.py install
2121

2222
script:
2323
- py.test --display=":42.0"
24-
- mypy --check-untyped-defs --warn-incomplete-stub -m mss
24+
- flake8 mss
25+
# - mypy --check-untyped-defs --warn-incomplete-stub -m mss
2526

2627
after_script:
2728
- xpra stop :42

0 commit comments

Comments
 (0)