Skip to content

Commit

Permalink
enable mypy testenv in tox and travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed Sep 23, 2019
1 parent b465a71 commit dff13bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ matrix:
env: TOXENV=py37
- python: 3.7
env: TOXENV=flake8
# - python: 3.7
# env: TOXENV=mypy
# - python: 3.7
- python: 3.7
env: TOXENV=mypy
- python: 3.7
# env: TOXENV=docs

- python: 3.6
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, flake8
envlist = py36, py37, flake8, mypy

[travis]
python =
Expand Down

0 comments on commit dff13bd

Please sign in to comment.