Skip to content

Commit

Permalink
Merge pull request #42 from msabramo/simplify_tox_ini
Browse files Browse the repository at this point in the history
tox.ini: Simplify
  • Loading branch information
wearpants committed Jan 28, 2015
2 parents b2641a6 + 3510819 commit c79d0de
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@
envlist = py26, py27, pypy, py33, py34

[testenv]
setenv =
TWIGGY_UNDER_TEST=1
deps = -r{toxinidir}/test-requirements.txt
setenv = TWIGGY_UNDER_TEST=1
commands = py.test {posargs:--tb=short tests/}
deps =
pytest

[testenv:py26]
deps =
pytest
unittest2

0 comments on commit c79d0de

Please sign in to comment.