Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-rest-framework
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
django-rest-framework
Commits
2a6f25c5
Commit
2a6f25c5
authored
Mar 24, 2015
by
Andy Freeland
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pin flake8 2.4.0 and pep8 1.5.7
parent
f7fc754b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
requirements-test.txt
+2
-1
tox.ini
+2
-1
No files found.
requirements-test.txt
View file @
2a6f25c5
...
...
@@ -2,7 +2,8 @@
pytest-django==2.6
pytest==2.5.2
pytest-cov==1.6
flake8==2.2.2
pep8==1.5.7
flake8==2.4.0
# Optional packages
markdown>=2.1.0
...
...
tox.ini
View file @
2a6f25c5
...
...
@@ -15,7 +15,8 @@ setenv =
[testenv:flake8]
basepython
=
python2.7
deps
=
pytest==2.5.2
flake8
=
=2.2.2
pep8
=
=1.5.7
flake8
=
=2.4.0
commands
=
./runtests.py --lintonly
[testenv:py3.4-django1.7]
...
...
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