Skip to content

Commit

Permalink
rever change of pytest-coverage. Pin python-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasg committed Jul 24, 2020
1 parent fac7fa8 commit 2a21bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:

install:
- "pip install --editable .[dev]"
- "pip install python-coveralls"
- "pip install python-coveralls==2.9.1"
script:
- "pytest -v --cov-report= --cov=quaternions tests/"
after_script:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'flake8 >= 2.5.4',
'hypothesis',
'pytest',
'pytest-coverage == 2.9.1',
'pytest-coverage',
]
}
)

0 comments on commit 2a21bb4

Please sign in to comment.