Skip to content

Commit

Permalink
Disable custom install of ipaddress
Browse files Browse the repository at this point in the history
  • Loading branch information
robromano committed Nov 29, 2020
1 parent 18f4e3c commit 70b3d0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
install:
- pip install -q $DJANGO
- pip install codecov
- "if python --version 2>&1 | grep -q ' 2\.7\.'; then pip install ipaddress ; fi"
# - "if python --version 2>&1 | grep -q ' 2\.7\.'; then pip install ipaddress ; fi"

script:
- PYTHONPATH=$PYTHONPATH:$PWD coverage run `which django-admin.py` test adminrestrict --settings=adminrestrict.test_settings
Expand Down Expand Up @@ -90,4 +90,3 @@ matrix:

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 70b3d0b

Please sign in to comment.