Skip to content

Commit 8c5fdbc

Browse files
committed
Skip pylint for 3.3 on Travis as something is funny with their install.
1 parent a09ed5b commit 8c5fdbc

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
@@ -12,7 +12,7 @@ install:
1212
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
1313
script:
1414
- nosetests
15-
- pylint geoip2
15+
- if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then pylint geoip2; fi
1616
notifications:
1717
email:
1818
recipients:

0 commit comments

Comments
 (0)