Skip to content

Commit

Permalink
Remove typing tox section
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Sep 1, 2019
1 parent df3d33a commit 198cce4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = typing,lint,manifest,py35,py36,py37,integration,docs,coverage-report
envlist = lint,manifest,py35,py36,py37,integration,docs,coverage-report


[testenv]
Expand Down Expand Up @@ -52,9 +52,3 @@ basepython = python3.7
deps = check-manifest
skip_install = true
commands = check-manifest


[testenv:typing]
basepython = python3.7
deps = mypy
commands = mypy tests/typing_example.py

0 comments on commit 198cce4

Please sign in to comment.