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 b8f33ce commit 13475efCopy full SHA for 13475ef
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
script:
23
- CFLAGS="-Werror -Wall -Wextra" python setup.py test
24
- MAXMINDDB_PURE_PYTHON=1 python setup.py test
25
- - if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then pylint --rcfile .pylintrc maxminddb/*.py; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pylint --rcfile .pylintrc maxminddb/*.py; fi
26
27
notifications:
28
email:
0 commit comments