Skip to content

Commit 1d43599

Browse files
committed
Only run pylint on 2.7
1 parent 229ed53 commit 1d43599

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
@@ -27,7 +27,7 @@ install:
2727

2828
script:
2929
- coverage run --source=geoip2 setup.py test
30-
- if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then pylint geoip2; fi
30+
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pylint geoip2; fi
3131

3232
after_success:
3333
- coveralls

0 commit comments

Comments
 (0)