Skip to content

Commit 6326c14

Browse files
committed
Disable pylint tests for now
1 parent a94c11e commit 6326c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ before_install:
1616
- sudo make install
1717
- sudo ldconfig
1818
- cd ..
19-
- pip install pylint
19+
# - pip install pylint
2020
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
2121

2222
script:
2323
- CFLAGS="-Werror -Wall -Wextra" python setup.py test
2424
- MAXMINDDB_PURE_PYTHON=1 python setup.py test
25-
- if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then pylint maxminddb; fi
25+
# - if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then pylint maxminddb; fi
2626

2727
notifications:
2828
email:

0 commit comments

Comments
 (0)