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 229ed53 commit 1d43599Copy full SHA for 1d43599
.travis.yml
@@ -27,7 +27,7 @@ install:
27
28
script:
29
- coverage run --source=geoip2 setup.py test
30
- - if [[ $TRAVIS_PYTHON_VERSION != '3.3' ]]; then pylint geoip2; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pylint geoip2; fi
31
32
after_success:
33
- coveralls
0 commit comments