Skip to content

Commit

Permalink
Merge pull request #24 from pyfarm/netifaces_retest
Browse files Browse the repository at this point in the history
Migrate Back To Standard Netifaces Package
  • Loading branch information
opalmer committed May 3, 2014
2 parents 8caca56 + 68b572d commit 3c93ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- 2.7
- 3.2
- 3.3
- 3.4

install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install unittest2; fi
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
from setuptools import setup

install_requires = [
"psutil==1.2.1", "netifaces-merged", "netaddr",
"psutil==1.2.1", "netifaces", "netaddr",
"colorama", "logutils"]


Expand Down

0 comments on commit 3c93ca6

Please sign in to comment.