Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Resolve tox.ini issues
  • Loading branch information
lovelydinosaur committed Jun 1, 2016
commit 3bdbfdb2000860d7dcdc016ca009d312ea41e23f
10 changes: 8 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ addopts=--tb=short
envlist =
py27-{lint,docs},
{py27,py32,py33,py34,py35}-django18,
{py27,py34,py35}-django{19}
{py27,py34,py35}-django{110}
{py27,py34,py35}-django19,
{py27,py34,py35}-django110

[testenv]
commands = ./runtests.py --fast {posargs} --coverage -rw
Expand All @@ -19,6 +19,12 @@ deps =
django110: Django==1.10a1
-rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt
basepython =
py35: python3.5
py34: python3.4
py33: python3.3
py32: python3.2
py27: python2.7

[testenv:py27-lint]
commands = ./runtests.py --lintonly
Expand Down