Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-data-api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-analytics-data-api
Commits
6dbad7b8
Commit
6dbad7b8
authored
Feb 07, 2015
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Test Dependencies
parent
61245486
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
Makefile
+1
-1
requirements/test.txt
+8
-8
setup.cfg
+1
-1
No files found.
Makefile
View file @
6dbad7b8
...
@@ -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
...
...
requirements/test.txt
View file @
6dbad7b8
# 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
→
setup.cfg
View file @
6dbad7b8
[pep8]
[pep8]
ignore=E501
ignore=E501
max_line_length=119
max_line_length=119
exclude=settings
exclude=settings
,analyticsdataserver/wsgi.py
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment