Skip to content

Commit 5426925

Browse files
committed
run flake8
1 parent b5ad062 commit 5426925

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Roger Meier <[email protected]>
1+
# Copyright 2016 Chris Liechti <[email protected]>
22
# SPDX-License-Identifier: BSD-3-Clause
33

44
language: python
@@ -9,8 +9,9 @@ python:
99
- 3.3
1010
- 3.4
1111
- 3.5
12-
- pypy
12+
# - pypy
1313

1414
script:
1515
- python setup.py install
16+
- python setup.py flake8
1617
# - python test/test.py loop://

0 commit comments

Comments
 (0)