diff --git a/.travis.yml b/.travis.yml index efa4ed2..2e3b566 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ python: install: - pip install -r requirements-dev.txt - pip install . -- pip install -e git+https://github.com/napalm-automation/napalm-base.git@develop#egg=napalm-base -- pip install coveralls deploy: provider: pypi user: dbarroso diff --git a/requirements-dev.txt b/requirements-dev.txt index 491f338..e2b6fc0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,4 @@ +coveralls pytest pytest-cov pytest-json diff --git a/requirements.txt b/requirements.txt index 9baf4f6..8bf9044 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -napalm-base +napalm_base==0.17.0 junos-eznc