Skip to content

Commit 841bea8

Browse files
committed
Run pylint from Travis
1 parent e12365d commit 841bea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ before_install:
2121
script:
2222
- CFLAGS="-Werror -Wall -Wextra" python setup.py test
2323
- MAXMINDDB_PURE_PYTHON=1 python setup.py test
24+
- if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then pylint maxminddb; fi
2425

2526
notifications:
2627
email:

0 commit comments

Comments
 (0)