Skip to content

Commit 5aa2c9f

Browse files
committed
Revert "Disable strict-aliasing warning in Travis tests"
This reverts commit 02714f3.
1 parent 02714f3 commit 5aa2c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ before_install:
2121
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
2222

2323
script:
24-
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then MAXMINDDB_PURE_PYTHON=0 CFLAGS="-Werror -Wall -Wextra -Wno-strict-aliasing" python setup.py test; fi
24+
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then MAXMINDDB_PURE_PYTHON=0 CFLAGS="-Werror -Wall -Wextra" python setup.py test; fi
2525
- MAXMINDDB_PURE_PYTHON=1 coverage run --source=maxminddb setup.py test
2626
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pylint --rcfile .pylintrc maxminddb/*.py; fi
2727

0 commit comments

Comments
 (0)