-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use buildout to create test runner and setup environment and the like.
--HG-- extra : convert_revision : svn%3A882ca7fe-3cf8-0310-95c5-f9aabef819dd/pyoai/trunk%4034011
- Loading branch information
faassen@882ca7fe-3cf8-0310-95c5-f9aabef819dd
committed
Mar 12, 2009
1 parent
f9ce591
commit caf17a9
Showing
4 changed files
with
36 additions
and
595 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[buildout] | ||
develop = . | ||
parts = devpython test | ||
newest = false | ||
|
||
[devpython] | ||
recipe = zc.recipe.egg | ||
interpreter = devpython | ||
eggs = pyoai | ||
|
||
[test] | ||
recipe = zc.recipe.testrunner | ||
eggs = pyoai | ||
defaults = ['--tests-pattern', '^f?tests$', '-v'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
setup( | ||
name='pyoai', | ||
version='2.2.1', | ||
version='2.3dev', | ||
author='Infrae', | ||
author_email='[email protected]', | ||
url='http://www.infrae.com/download/oaipmh', | ||
|
Oops, something went wrong.