Skip to content

Commit

Permalink
webob 1.2b1 is up on pypi now
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Oct 14, 2011
1 parent c169055 commit 9713a66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions pyramid/scaffolds/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ def install(self, tmpl_name): # pragma: no cover
self.directory = tempfile.mkdtemp()
self.make_venv(self.directory)
os.chdir(pkg_resources.get_distribution('pyramid').location)
subprocess.check_call( # XXX remove later
[os.path.join(self.directory, 'bin', 'easy_install'),
'https://github.com/Pylons/webob/zipball/master'])
subprocess.check_call(
[os.path.join(self.directory, 'bin', 'python'),
'setup.py', 'develop'])
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ envlist =
commands =
python setup.py test -q
deps =
https://github.com/Pylons/webob/zipball/master
zope.component
Sphinx
repoze.sphinx.autointerface
Expand All @@ -17,7 +16,6 @@ deps =
commands =
python setup.py test -q
deps =
https://github.com/Pylons/webob/zipball/master
WebTest
virtualenv

Expand All @@ -27,7 +25,6 @@ basepython =
commands =
python setup.py nosetests --with-xunit --with-xcoverage
deps =
https://github.com/Pylons/webob/zipball/master
zope.component
Sphinx
WebTest
Expand Down

0 comments on commit 9713a66

Please sign in to comment.