diff --git a/.circleci/config.yml b/.circleci/config.yml index d8b434bd9655f37eccc75790bcd3276693350ae3..1459b3eeb5a80c592c43818ff6f542344d3204cb 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 62f8738d7a4b27778e0dc5de9902fd37dc68cbb5..e73cd54e62aa947b8288f521f17ae458ec231d66 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