Skip to content

Commit e757b13

Browse files
authored
Add MyPy and Safety targets back to Tox for TravisCI (#249)
1 parent aac2266 commit e757b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist = py36,py37,mypy,lint
33

44
[travis]
55
python =
6-
3.6: py36, coverage, lint
6+
3.6: py36, coverage, mypy, lint, safety
77

88
[testenv]
99
passenv = TRAVIS TRAVIS_*

0 commit comments

Comments
 (0)