Skip to content

Commit

Permalink
Simplified tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
shin- committed Jun 19, 2015
1 parent 3170277 commit ed94c0d
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,6 @@
envlist = py26, py27, py32, py33, py34, flake8
skipsdist=True

[testenv:py26]
usedevelop=True
commands =
{envbindir}/coverage run -p tests/test.py
{envbindir}/coverage run -p tests/utils_test.py
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt

[testenv:py27]
usedevelop=True
commands =
{envbindir}/coverage run -p tests/test.py
{envbindir}/coverage run -p tests/utils_test.py
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt

[testenv]
usedevelop=True
commands =
Expand All @@ -29,8 +11,8 @@ commands =
{envbindir}/coverage report
{envbindir}/coverage html
deps =
-r{toxinidir}/requirements3.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt

[testenv:flake8]
commands = flake8 docker tests
Expand Down

0 comments on commit ed94c0d

Please sign in to comment.