From c5535815c9e3fae26ff79a66904a48e273b59393 Mon Sep 17 00:00:00 2001
From: Holger Nahrstaedt <holger@nahrstaedt.de>
Date: Wed, 7 Mar 2018 23:09:22 +0100
Subject: [PATCH] add missing package for testing

---
 .circleci/config.yml | 2 +-
 .travis.yml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index d8b434bd..1459b3ee 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -34,7 +34,7 @@ jobs:
       - run:
           name: install dependencies
           command: |
-            sudo python -m pip install --upgrade pip setuptools wheel mock pytest  pytest-cov
+            sudo python -m pip install --upgrade pip setuptools wheel mock pytest  pytest-cov parameterized
             sudo python -m pip install -r requirements.txt
             sudo python -m pip install --upgrade pycodestyle pyflakes coverage tox codacy-coverage virtualenv
 
diff --git a/.travis.yml b/.travis.yml
index 62f8738d..e73cd54e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,7 +58,7 @@ before_install:
   - pip install --upgrade pip
   - pip install --upgrade wheel
   # Set numpy version first, other packages link against it
-  - pip install six nose coverage codecov tox-travis pytest pytest-cov coveralls codacy-coverage
+  - pip install six nose coverage codecov tox-travis pytest pytest-cov coveralls codacy-coverage parameterized
 
 script:
  - tox
-- 
GitLab