Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump coveralls, tox, coverage versions #432

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ jobs:
python: 3.6
dist: bionic
install:
- python -m pip install coveralls==1.9.2 tox==3.14.3
- python -m pip install coveralls==2.0.0 tox==3.14.6
script: tox -e lint
- name: Documentation
language: python
python: 3.6
dist: bionic
install:
- python -m pip install coveralls==1.9.2 tox==3.14.3
- python -m pip install coveralls==2.0.0 tox==3.14.6
script: tox -e doctest
- name: EVM Tests - Python 3.7 (Linux)
language: python
Expand Down Expand Up @@ -89,7 +89,7 @@ env:
install:
- python -m pip install --upgrade pip setuptools
- npm -g install ganache-cli@6.8.2
- python -m pip install coveralls==1.9.2 tox==3.14.3
- python -m pip install coveralls==2.0.0 tox==3.14.6
after_script: python -m coveralls
notifications:
email: false
Expand Down
5 changes: 2 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
black==19.10b0
bumpversion==0.5.3
coverage==4.5.4
coveralls==1.9.2
coverage==5.1
flake8==3.7.9
isort==4.3.21
mypy==0.720
Expand All @@ -10,6 +9,6 @@ pytest-mock==2.0.0
sphinx==2.4.0
sphinx_rtd_theme==0.4.3
pygments_lexer_solidity==0.4.0
tox==3.14.3
tox==3.14.6
twine==3.1.1
wheel==0.34.2
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ envdir =
py37,evmtest: {toxinidir}/.tox/py37
py38,plugintest: {toxinidir}/.tox/py38
deps =
py{36,37,38},{pm,evm,plugin}test: coverage==4.5.4
py{36,37,38},{pm,evm,plugin}test: coverage==5.1
py{36,37,38},{pm,evm,plugin}test: pytest==5.4.1
py{36,37,38},{pm,evm,plugin}test: pytest-cov==2.8.1
py{36,37,38},{pm,evm,plugin}test: pytest-mock==2.0.0
Expand Down