Skip to content

Commit

Permalink
Updated CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akb89 committed Sep 4, 2018
1 parent 47119a6 commit 6fad54a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ build:python3.7:
test:python3.5:
image: python:3.5
stage: test
script: pip install pytest==3.7.2 pytest-cov==2.5.1 && python -m pytest --cov=pyfn tests/
script: pip install pytest==3.7.4 pytest-cov==2.6.0 && python -m pytest --cov=pyfn tests/

test:python3.6:
image: python:3.6
stage: test
script: pip install pytest==3.7.2 pytest-cov==2.5.1 && python -m pytest --cov=pyfn tests/
script: pip install pytest==3.7.4 pytest-cov==2.6.0 && python -m pytest --cov=pyfn tests/

test:python3.7:
image: python:3.7
stage: test
script: pip install pytest==3.7.2 pytest-cov==2.5.1 && python -m pytest --cov=pyfn tests/
script: pip install pytest==3.7.4 pytest-cov==2.6.0 && python -m pytest --cov=pyfn tests/

lint:python3.5:
image: python:3.5
Expand Down

0 comments on commit 6fad54a

Please sign in to comment.