Commit 6dbad7b8 by Clinton Blackburn

Updated Test Dependencies

parent 61245486
...@@ -38,7 +38,7 @@ view.diff.report: ...@@ -38,7 +38,7 @@ view.diff.report:
xdg-open file:///$(COVERAGE)/diff_quality_pylint.html xdg-open file:///$(COVERAGE)/diff_quality_pylint.html
quality: quality:
pep8 --config=.pep8 $(PACKAGES) pep8 $(PACKAGES)
pylint $(PACKAGES) pylint $(PACKAGES)
# Ignore module level docstrings and all test files # Ignore module level docstrings and all test files
......
# Test dependencies go here. # Test dependencies go here.
-r base.txt -r base.txt
coverage==3.7 coverage==3.7.1
diff-cover >= 0.2.1 diff-cover >= 0.2.1
django-dynamic-fixture==1.7.0 django-dynamic-fixture==1.8.1
django-nose==1.2 django-nose==1.3
mock==1.0.1 mock==1.0.1
nose==1.3.3
nose-exclude==0.2.0 nose-exclude==0.2.0
pep257==0.3.2
pep8==1.5.7
pylint==1.2.1
pytz==2012h
nose-ignore-docstring==0.2 nose-ignore-docstring==0.2
nose==1.3.4
pep257==0.4.1
pep8==1.6.0
pylint==1.4.1
pytz==2014.10
[pep8] [pep8]
ignore=E501 ignore=E501
max_line_length=119 max_line_length=119
exclude=settings exclude=settings,analyticsdataserver/wsgi.py
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment