Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- "pypy"
before_install:
- "pushd .."
- "git clone https://github.com/pulp/pulp.git --branch 2.7-dev"
Expand Down
2 changes: 1 addition & 1 deletion run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# Check the code for PEP-257 compliance
# We should remove some of these over time
pep257_fail_ignore_codes = 'D100,D103,D200,D202,D203,D205,D400,D401,D402'
pep257_fail_ignore_codes = 'D100,D103,D104,D200,D202,D203,D205,D400,D401,D402'

print "checking pep257 for failures, ignoring %s" % pep257_fail_ignore_codes
exit_code = subprocess.call(['pep257', '--ignore=' + pep257_fail_ignore_codes])
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage
coveralls
flake8
flake8-import-order
mock
mock<1.1
nose
nosexcover
pep257