Skip to content

Commit

Permalink
Fix CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
nir0s committed Nov 23, 2020
1 parent 841c2f4 commit 0d0d964
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
command: |
. .venv/bin/activate
make testone TOX_ENV=$TOX_ENV
- run: . venv/bin/activate && codecov
- run: . .venv/bin/activate && pip install codecov && codecov
- save_cache:
paths:
- .tox/$TOX_ENV
Expand Down
6 changes: 2 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ pylint==2.6.0
pytype==2020.8.28
pytest==6.0.1
pytest-cov==2.10.1
mock==4.0.2
isort==5.5.1
pre-commit==2.7.1
black==20.8b1
pre-commit==2.7.1; python_version > '3.5'
black==20.8b1; python_version > '3.5'
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ skip_missing_interpreters = true
[testenv]
deps =
-rdev-requirements.txt
codecov
passenv = CI
commands = pytest --cov-report term-missing --cov wryte tests -v

Expand Down

0 comments on commit 0d0d964

Please sign in to comment.