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 02714f3 commit 5aa2c9fCopy full SHA for 5aa2c9f
.travis.yml
@@ -21,7 +21,7 @@ before_install:
21
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
22
23
script:
24
- - if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then MAXMINDDB_PURE_PYTHON=0 CFLAGS="-Werror -Wall -Wextra -Wno-strict-aliasing" python setup.py test; fi
+ - if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then MAXMINDDB_PURE_PYTHON=0 CFLAGS="-Werror -Wall -Wextra" python setup.py test; fi
25
- MAXMINDDB_PURE_PYTHON=1 coverage run --source=maxminddb setup.py test
26
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pylint --rcfile .pylintrc maxminddb/*.py; fi
27
0 commit comments