From 2698fef938d8c7c49618f5c7297145515513a410 Mon Sep 17 00:00:00 2001 From: David Barroso Date: Wed, 5 Oct 2016 12:46:43 +0200 Subject: [PATCH] Pin napalm-base version --- .travis.yml | 2 -- requirements-dev.txt | 1 + requirements.txt | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ae2551a..3321f2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ python: install: - pip install . - pip install -r requirements-dev.txt -- 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 2222338..6b6a977 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 eae66a6..8a999cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -napalm_base +napalm_base==0.17.0 pyeapi