Skip to content

Commit 1fcf344

Browse files
committed
Remove unneeded pip install for python 2.7 on travis
1 parent a685c71 commit 1fcf344

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ before_install:
3535
install:
3636
- pip install -r requirements.txt
3737
- pip install requests_mock pylint coveralls yapf
38-
- "if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install ipaddr; fi"
3938
script:
4039
- coverage run --source=geoip2 setup.py test
4140
- "if [[ $TRAVIS_PYTHON_VERSION == '3.7' ]]; then ./.travis-pylint.sh; fi"

0 commit comments

Comments
 (0)