diff options
| author | Chris McDonough <chrism@plope.com> | 2011-10-14 18:27:37 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-10-14 18:27:37 -0400 |
| commit | 9713a66fe175d5045340557f1a720e87419cad2e (patch) | |
| tree | ecdf00ea109c132c51627f932e24d7ee81e2e739 | |
| parent | c169055f79c30442ac923714f30d3e1bcf40d289 (diff) | |
| download | pyramid-9713a66fe175d5045340557f1a720e87419cad2e.tar.gz pyramid-9713a66fe175d5045340557f1a720e87419cad2e.tar.bz2 pyramid-9713a66fe175d5045340557f1a720e87419cad2e.zip | |
webob 1.2b1 is up on pypi now
| -rw-r--r-- | pyramid/scaffolds/tests.py | 3 | ||||
| -rw-r--r-- | tox.ini | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/pyramid/scaffolds/tests.py b/pyramid/scaffolds/tests.py index 98f84da73..3b257a18a 100644 --- a/pyramid/scaffolds/tests.py +++ b/pyramid/scaffolds/tests.py @@ -31,9 +31,6 @@ class TemplateTest(object): 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']) @@ -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 @@ -17,7 +16,6 @@ deps = commands = python setup.py test -q deps = - https://github.com/Pylons/webob/zipball/master WebTest virtualenv @@ -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 |
