Skip to content

Commit

Permalink
change requirements installation for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
mscarey committed Jun 9, 2019
1 parent 8308ed4 commit 07f7b53
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
pip install pytest
pip install -r requirements-dev.txt
- save_cache:
paths:
Expand Down
3 changes: 3 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
################################################################################

black
coveralls
mypy
pipenv-to-requirements
pydocstyle
pylint
pytest
pytest-cov
pytest-profiling
rope
sphinx
sphinx-autodoc-typehints
wily
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# `Pipfile.lock` and then regenerate `requirements*.txt`.
################################################################################

-e .
beautifulsoup4>=4.7.1
ipykernel
lxml
Expand Down

0 comments on commit 07f7b53

Please sign in to comment.