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 6326c14 commit b8f33ceCopy full SHA for b8f33ce
.travis.yml
@@ -16,13 +16,13 @@ before_install:
16
- sudo make install
17
- sudo ldconfig
18
- cd ..
19
-# - pip install pylint
+ - pip install pylint
20
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
21
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 maxminddb; fi
+ - if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then pylint --rcfile .pylintrc maxminddb/*.py; fi
26
27
notifications:
28
email:
0 commit comments