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 a94c11e commit 6326c14Copy full SHA for 6326c14
.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 maxminddb; fi
26
27
notifications:
28
email:
0 commit comments