Install ssl in .travis.yml

This commit is contained in:
Takafumi Arakaki
2013-03-12 09:01:56 +01:00
parent 674743b7bb
commit e7b352b826
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ python:
- 2.7
- 3.2
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then
pip install --use-mirrors ssl;
fi
- pip install --use-mirrors tox
script:
- export TOXENV=$(echo "$TRAVIS_PYTHON_VERSION" |

View File

@@ -14,7 +14,6 @@ commands =
deps =
simplejson
unittest2
ssl
{[testenv]deps}
[testenv:py26]
deps =