summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2016-05-02 23:32:57 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2016-05-02 23:32:57 -0700
commit6df122afa36c24f30908f4b706d61a1ec97cadcd (patch)
tree9ac8bf5db545dc516b13e46cb61312c25a7bf811
parentba0e027b0c0251f7f7f394cbf80de13851394360 (diff)
downloadnatsort-6df122afa36c24f30908f4b706d61a1ec97cadcd.tar.gz
Removed excess packages from tox.ini.
-rw-r--r--tox.ini17
1 files changed, 1 insertions, 16 deletions
diff --git a/tox.ini b/tox.ini
index a7f7c36..36a92e4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,21 +11,15 @@ envlist =
commands =
{envpython} -m pytest --doctest-modules natsort
{envpython} -m pytest README.rst docs/source/intro.rst docs/source/examples.rst
- {envpython} -m pytest --flakes --pep8
+ {envpython} -m pytest
deps =
pytest
- pytest-pep8
- pytest-flakes
- pytest-cov
pytest-cache
hypothesis
[testenv:py26]
deps =
pytest
- pytest-pep8
- pytest-flakes
- pytest-cov
pytest-cache
hypothesis
mock
@@ -35,9 +29,6 @@ deps =
[testenv:py27]
deps =
pytest
- pytest-pep8
- pytest-flakes
- pytest-cov
pytest-cache
hypothesis
mock
@@ -46,9 +37,6 @@ deps =
[testenv:py33]
deps =
pytest
- pytest-pep8
- pytest-flakes
- pytest-cov
pytest-cache
hypothesis
pathlib
@@ -56,9 +44,6 @@ deps =
[testenv:pypy]
deps =
pytest
- pytest-pep8
- pytest-flakes
- pytest-cov
pytest-cache
hypothesis
mock