File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ before_install:
1919 - sudo make install
2020 - sudo ldconfig
2121 - cd ..
22- - pip install coveralls
22+ - pip install coverage coveralls
2323 - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install pylint yapf; fi
2424 - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
2525
2626script :
2727 - if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then export MM_FORCE_EXT_TESTS=1; fi
28- - CFLAGS="-Werror -Wall -Wextra" python setup.py test
28+ - CFLAGS="-Werror -Wall -Wextra" coverage run --source maxminddb setup.py test
2929 - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pylint --rcfile .pylintrc maxminddb/*.py; fi
3030 - if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then ./.travis-yapf.sh; fi
3131
You can’t perform that action at this time.
0 commit comments