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 1f9fc6c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
install:
- pip install requests ipaddress
- python setup.py install
script: ./runtests.sh
language: python
sudo: false
python:
- 2.6
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
install: pip install -U tox-travis
script: tox
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 1f9fc6c

Please sign in to comment.