Skip to content

Commit

Permalink
Merge pull request Juniper#483 from vnitinv/3x-bug-fix
Browse files Browse the repository at this point in the history
install is not working from pip
  • Loading branch information
vnitinv committed Mar 9, 2016
2 parents 0ffc1b1 + 6043193 commit 71725d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ addons:
- libxslt1-dev

install:
- if [ "$TRAVIS_PYTHON_VERSION" == "3.4" ]; then pip install git+https://github.com/ncclient/ncclient.git; fi
- "pip install -r development.txt"
- "pip install -r requirements.txt"

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
lxml>=3.2.4
ncclient>=0.4.6
paramiko>=1.15.2
scp>=0.7.0
jinja2>=2.7.1
PyYAML>=3.10
netaddr
six

-e git+https://github.com/ncclient/ncclient#egg=ncclient

0 comments on commit 71725d8

Please sign in to comment.