From b0596cd030cef8c80b2726a8a1478250e5a3389d Mon Sep 17 00:00:00 2001 From: kmarsteller Date: Wed, 18 Feb 2015 14:19:34 -0500 Subject: [PATCH] updating new testhosts, changing requirements docs again --- config/testhosts.cfg | 16 ++++++++-------- docs/getting-started/requirements.rst | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/testhosts.cfg b/config/testhosts.cfg index 5498acbd42..666c5c9f15 100644 --- a/config/testhosts.cfg +++ b/config/testhosts.cfg @@ -77,7 +77,7 @@ test_release: true build_binaries: true [win2008_32_py27XY] -image_id: ami- +image_id: ami-a85107c0 instance_type: c1.medium user: Administrator security_groups: windows @@ -129,10 +129,10 @@ test_branch: false test_release: false # a non-EC2 host, in this case an OS X machine -#[viper] -#addr: viper.grc.nasa.gov -#user: -#platform: osx -#py: python2.7 -#test_release: true -#test_branch: true +[viper] +addr: viper.grc.nasa.gov +user: kmadmin +platform: osx +py: python2.7 +test_release: false +test_branch: false diff --git a/docs/getting-started/requirements.rst b/docs/getting-started/requirements.rst index 66ef39f439..77c1206873 100644 --- a/docs/getting-started/requirements.rst +++ b/docs/getting-started/requirements.rst @@ -22,7 +22,7 @@ OpenMDAO requires that the following software be installed at the system level o - Enthought, ActiveState Python, and other Python distributions are not supported, though some may work with OpenMDAO. - - OpenMDAO does not support Python 3.x or any Python versions below 2.7. Having the incorrect Python + - OpenMDAO does not support Python 3.x or any Python versions below 2.7.5 Having the incorrect Python installation in the PATH and/or not having the OpenMDAO-approved Python version in the PATH will only lead to problems.