aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lynn Wu <jameslynnwu@users.noreply.github.com>2020-04-14 11:52:16 -0400
committerGitHub <noreply@github.com>2020-04-14 11:52:16 -0400
commitcaa55805777eca8a374a5d109c89e7345a60342c (patch)
tree6291bf14cf6f045656399e5322db3dac260e69cf
parent0db6e8f4ab936409566973d564ae4b1f88afe13a (diff)
downloadapitools-caa55805777eca8a374a5d109c89e7345a60342c.tar.gz
Remove unittest2 from tox.ini (#291)
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 51b45b4..09d2afc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,6 @@ commands =
deps =
pycodestyle==2.4.0
pylint
- unittest2
[testenv:cover]
basepython =
@@ -36,7 +35,6 @@ deps =
python-gflags
mock
nose
- unittest2
coverage
nosexcover
@@ -55,7 +53,6 @@ basepython =
deps =
mock
nose
- unittest2
coverage
commands =
coverage run --branch -p samples/storage_sample/downloads_test.py