Skip to content

Commit 06a3b4a

Browse files
committed
ignore warning about assigning lambda
1 parent 4696b23 commit 06a3b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install:
2424
- pip install -e . --use-mirrors
2525

2626
script:
27-
- flake8 --show-source --ignore=E501,W391 .
27+
- flake8 --show-source --ignore=E501,E731,W391 .
2828
- nosetests -v --with-coverage tests/test_000_bucky.py
2929
- nosetests -v --with-coverage tests/test_001_statsd.py
3030
- nosetests -v --with-coverage tests/test_002_collectd.py

0 commit comments

Comments
 (0)