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 e12365d commit 841bea8Copy full SHA for 841bea8
.travis.yml
@@ -21,6 +21,7 @@ before_install:
21
script:
22
- CFLAGS="-Werror -Wall -Wextra" python setup.py test
23
- MAXMINDDB_PURE_PYTHON=1 python setup.py test
24
+ - if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then pylint maxminddb; fi
25
26
notifications:
27
email:
0 commit comments