mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
Bug fixed. Added tests.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from tests import TESTPY_VERSION
|
||||
|
||||
class InstallOptions(object):
|
||||
force = True
|
||||
configure = ""
|
||||
no_setuptools = False
|
||||
|
||||
def test_install():
|
||||
from pythonbrew.commands.install import InstallCommand
|
||||
c = InstallCommand()
|
||||
c.run_command(InstallOptions(), [TESTPY_VERSION])
|
||||
Reference in New Issue
Block a user