Skip to content

Commit

Permalink
Use dev install of pip to fix coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
mschmidt87 committed May 26, 2020
1 parent ed686d7 commit 18d0cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
- pip install pytest pytest-cov coveralls
- pip install flake8 black
- pip install mypy
- pip install .$DEP
- pip install -e .$DEP
script:
- pytest --cov=cgp
- black --check .
Expand Down

0 comments on commit 18d0cec

Please sign in to comment.