Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #379 from fetchai/fix/jenkins
Browse files Browse the repository at this point in the history
Update tox.ini to fix failing tests
  • Loading branch information
DavidMinarsch authored Sep 16, 2019
2 parents 4f42c8d + 42cd8e4 commit 58aa342
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ ignore_missing_imports = True

[mypy-pygments.*]
ignore_missing_imports = True

[mypy-visdom]
ignore_missing_imports = True
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
envlist = flake8, mypy, py37, py36
skipsdist = True
ignore_basepython_conflict = True

[testenv]
basepython = python3.7
Expand All @@ -24,4 +25,4 @@ commands = flake8 tac simulation sandbox scripts templates tests --exclude=tac/g
[testenv:mypy]
basepython = python3.7
deps = mypy
commands = mypy sandbox scripts simulation/v1 tac tests templates
commands = mypy sandbox scripts simulation/v1 tac tests templates --config-file mypy.ini

0 comments on commit 58aa342

Please sign in to comment.