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 a685c71 commit 1fcf344Copy full SHA for 1fcf344
.travis.yml
@@ -35,7 +35,6 @@ before_install:
35
install:
36
- pip install -r requirements.txt
37
- 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
41
- "if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then ./.travis-pylint.sh; fi"
0 commit comments