From e67cbee1d527c17b344977d7fdd3c9df77fb8df2 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Wed, 20 Jun 2012 17:12:07 -0400 Subject: [PATCH] Oops, 2.5 not 2.6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 82ebd0c..de5567f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: install: - pip install . --quiet --use-mirrors - "if [[ $TRAVIS_PYTHON_VERSION != '2.7' ]]; then pip install importlib simplejson --quiet --use-mirrors; fi" - - "if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install mongoengine==0.6.5 --quiet --use-mirrors; fi" + - "if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then pip install mongoengine==0.6.5 --quiet --use-mirrors; fi" - pip install nose Flask-SQLAlchemy Flask-MongoEngine py-bcrypt MySQL-python --quiet --use-mirrors before_script: