Skip to content
Snippets Groups Projects
Commit c5535815 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

add missing package for testing

parent bd2d6c7c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment