Skip to content

Commit

Permalink
I think we need this ipaddress module
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin1024 committed Feb 11, 2019
1 parent c60110a commit 5417637
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: python
install:
- pip install requests ipaddress
- python setup.py install
- pip install requests pytest
script: ./runtests.sh
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ envlist = py26, py27, py33, py34, py35, py36, pypy, pypy3
deps = pytest
requests
py26: httpbin==0.5.0
py35: ipaddress
py36: ipaddress
commands = ./runtests.sh {posargs:tests/}

0 comments on commit 5417637

Please sign in to comment.