From 16a8ed5b208591990714a88284f81c506169bd4a Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 29 Sep 2019 14:14:23 -0700 Subject: [PATCH] more travis flailing --- .travis.yml | 1 - tox.ini | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d6691cd..725106da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,5 @@ branches: install: - pip install typing pylint pycryptodome ecdsa idna script: - - make typecheck - make lint - make test diff --git a/tox.ini b/tox.ini index 8d65f8dc..7837025b 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ envlist = py37, flake8, pylint, + mypy, coverage [testenv] -- 2.47.3