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 a0a8857 commit 7c9cab5Copy full SHA for 7c9cab5
.travis.yml
@@ -34,7 +34,7 @@ before_install:
34
- pip install -e git+https://github.com/maxmind/MaxMind-DB-Reader-python#egg=maxminddb
35
install:
36
- pip install -r requirements.txt
37
- - pip install requests_mock pylint coveralls
+ - pip install requests_mock pylint coveralls yapf
38
- "if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install ipaddr; fi"
39
script:
40
- coverage run --source=geoip2 setup.py test
0 commit comments