Added unittest2 to test dependencies for its added goodness.
This commit is contained in:
9
tox.ini
9
tox.ini
@@ -7,6 +7,7 @@ commands =
|
||||
[testenv:py25-1.1.X]
|
||||
basepython = python2.5
|
||||
deps =
|
||||
unittest2
|
||||
BeautifulSoup
|
||||
html5lib
|
||||
django==1.1.4
|
||||
@@ -14,6 +15,7 @@ deps =
|
||||
[testenv:py26-1.1.X]
|
||||
basepython = python2.6
|
||||
deps =
|
||||
unittest2
|
||||
BeautifulSoup
|
||||
html5lib
|
||||
django==1.1.4
|
||||
@@ -21,6 +23,7 @@ deps =
|
||||
[testenv:py27-1.1.X]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
unittest2
|
||||
BeautifulSoup
|
||||
html5lib
|
||||
django==1.1.4
|
||||
@@ -29,6 +32,7 @@ deps =
|
||||
[testenv:py25-1.2.X]
|
||||
basepython = python2.5
|
||||
deps =
|
||||
unittest2
|
||||
BeautifulSoup
|
||||
html5lib
|
||||
django==1.2.5
|
||||
@@ -36,6 +40,7 @@ deps =
|
||||
[testenv:py26-1.2.X]
|
||||
basepython = python2.6
|
||||
deps =
|
||||
unittest2
|
||||
BeautifulSoup
|
||||
html5lib
|
||||
django==1.2.5
|
||||
@@ -43,6 +48,7 @@ deps =
|
||||
[testenv:py27-1.2.X]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
unittest2
|
||||
BeautifulSoup
|
||||
html5lib
|
||||
django==1.2.5
|
||||
@@ -51,6 +57,7 @@ deps =
|
||||
[testenv:py25-1.3.X]
|
||||
basepython = python2.5
|
||||
deps =
|
||||
unittest2
|
||||
BeautifulSoup
|
||||
html5lib
|
||||
django==1.3
|
||||
@@ -58,6 +65,7 @@ deps =
|
||||
[testenv:py26-1.3.X]
|
||||
basepython = python2.6
|
||||
deps =
|
||||
unittest2
|
||||
BeautifulSoup
|
||||
html5lib
|
||||
django==1.3
|
||||
@@ -65,6 +73,7 @@ deps =
|
||||
[testenv:py27-1.3.X]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
unittest2
|
||||
BeautifulSoup
|
||||
html5lib
|
||||
django==1.3
|
||||
|
||||
Reference in New Issue
Block a user