Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
build and flake8 corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
matejc committed Oct 8, 2013
1 parent 62e6772 commit 42831f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ all: docs tests
bin/buildout $(options)

bin/buildout: $(python) buildout.cfg bootstrap.py
$(python) bootstrap.py -d
$(python) bootstrap.py
@touch $@

$(python):
Expand Down
12 changes: 10 additions & 2 deletions buildout.d/versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ extends = http://dist.plone.org/release/4.2.2/versions.cfg
[versions]
bobtemplates.niteoweb = 0.1.1
buildout-versions = 1.7
flake8 = 1.5
flake8 = 2.0
jarn.mkrelease = 3.7
mock = 1.0.1
niteoweb.ipn.core = 1.3
Expand Down Expand Up @@ -44,4 +44,12 @@ decorator = 3.4.0
# Required by:
# niteoweb.ipn.core==1.3
# niteoweb.ipn.jvzoo==1.2
plone.api = 1.0.0-rc.1
plone.api = 1.0.0-rc.1

# Required by:
# flake8==2.0
mccabe = 0.2.1
pep8 = 1.4.6
pyflakes = 0.7.3

docutils = 0.10

0 comments on commit 42831f6

Please sign in to comment.