Skip to content

Commit

Permalink
Remove unittest2 from tox.ini (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslynnwu committed Apr 14, 2020
1 parent 0db6e8f commit caa5580
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tox.ini
Expand Up @@ -25,7 +25,6 @@ commands =
deps =
pycodestyle==2.4.0
pylint
unittest2

[testenv:cover]
basepython =
Expand All @@ -36,7 +35,6 @@ deps =
python-gflags
mock
nose
unittest2
coverage
nosexcover

Expand All @@ -55,7 +53,6 @@ basepython =
deps =
mock
nose
unittest2
coverage
commands =
coverage run --branch -p samples/storage_sample/downloads_test.py
Expand Down

0 comments on commit caa5580

Please sign in to comment.