Skip to content

Commit

Permalink
Force BeautifulSoup version to 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Lukens committed Aug 25, 2011
1 parent fc5c2dd commit 85b4768
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deps =
basepython = python2.6
deps =
unittest2
BeautifulSoup
BeautifulSoup==3.2
html5lib
coverage
django==1.2.5
Expand All @@ -38,7 +38,7 @@ deps =
basepython = python2.7
deps =
unittest2
BeautifulSoup
BeautifulSoup==3.2
html5lib
coverage
django==1.2.5
Expand All @@ -48,7 +48,7 @@ deps =
basepython = python2.5
deps =
unittest2
BeautifulSoup
BeautifulSoup==3.2
html5lib
coverage
django==1.3
Expand All @@ -57,7 +57,7 @@ deps =
basepython = python2.6
deps =
unittest2
BeautifulSoup
BeautifulSoup==3.2
html5lib
coverage
django==1.3
Expand All @@ -66,7 +66,7 @@ deps =
basepython = python2.7
deps =
unittest2
BeautifulSoup
BeautifulSoup==3.2
html5lib
coverage
django==1.3

0 comments on commit 85b4768

Please sign in to comment.