Skip to content

Commit 13475ef

Browse files
committed
Only run pylint on 2.7 for simplicity
1 parent b8f33ce commit 13475ef

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
@@ -22,7 +22,7 @@ before_install:
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 --rcfile .pylintrc maxminddb/*.py; fi
25+
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pylint --rcfile .pylintrc maxminddb/*.py; fi
2626

2727
notifications:
2828
email:

0 commit comments

Comments
 (0)