Skip to content

Commit

Permalink
[requires.io] dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
requires committed Sep 24, 2014
1 parent 6440596 commit 96c8ee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# and then run "tox" from this directory.

[tox]
envlist = py27-with-doctest, py33, pypy
envlist = py27-with-doctest, py33, py34, pypy

[testenv]
commands = py.test test --pep8 --junitxml={envlogdir}/junit-{envname}.xml
commands = py.test test --pep8 --junitxml={envlogdir}/junit-{envname}.xml []
deps = -r{toxinidir}/requirements-testing.txt

[testenv:py27-with-doctest]
commands = py.test test README.rst --pep8 --junitxml={envlogdir}/junit-{envname}.xml
commands = py.test test README.rst --pep8 --junitxml={envlogdir}/junit-{envname}.xml []

[pytest]
pep8maxlinelength = 120
Expand Down

0 comments on commit 96c8ee3

Please sign in to comment.