Pin versions in requirements/tests.txt & tox.ini

This commit is contained in:
Carlton Gibson
2015-07-14 10:59:07 +02:00
parent d342515486
commit ea67ce7b37
2 changed files with 47 additions and 48 deletions

View File

@@ -1,10 +1,10 @@
flake8
coverage
html5lib
mock
jinja2
lxml
BeautifulSoup
unittest2
coffin<2.0.0
jingo
flake8==2.4.0
coverage==3.7.1
html5lib==0.999
mock==1.0.1
Jinja2==2.7.3
lxml==3.4.2
BeautifulSoup==3.2.1
unittest2==1.0.0
coffin==0.4.0
jingo==0.7

75
tox.ini
View File

@@ -1,47 +1,46 @@
[deps]
two =
flake8
coverage
html5lib
mock
jinja2
lxml
BeautifulSoup
unittest2
jingo
coffin<2.0.0
flake8==2.4.0
coverage==3.7.1
html5lib==0.999
mock==1.0.1
Jinja2==2.7.3
lxml==3.4.2
BeautifulSoup==3.2.1
unittest2==1.0.0
jingo==0.7
coffin==0.4.0
two_six =
flake8
coverage
html5lib
flake8==2.4.0
coverage==3.7.1
html5lib==0.999
mock==1.0.1
jinja2
lxml
BeautifulSoup
unittest2
jingo
coffin<2.0.0
Jinja2==2.7.3
lxml==3.4.2
BeautifulSoup==3.2.1
unittest2==1.0.0
jingo==0.7
coffin==0.4.0
three =
flake8
coverage
html5lib
mock
jinja2
lxml
BeautifulSoup4
jingo
coffin<2.0.0
three_two =
flake8
coverage
html5lib
flake8==2.4.0
coverage==3.7.1
html5lib==0.999
mock==1.0.1
jinja2==2.6
lxml
BeautifulSoup4
jingo
coffin<2.0.0
Jinja2==2.7.3
lxml==3.4.2
beautifulsoup4==4.4.0
jingo==0.7
coffin==0.4.0
three_two =
flake8==2.4.0
coverage==3.7.1
html5lib==0.999
mock==1.0.1
Jinja2==2.6
lxml==3.4.2
beautifulsoup4==4.4.0
jingo==0.7
coffin==0.4.0
[tox]
envlist =
{py26,py27}-{1.4.X,1.5.X},