From 46c07bd9684a7eabec8c3ab7a7b54e06380fb3d9 Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Tue, 14 Oct 2014 16:44:37 -0400 Subject: [PATCH] Add Python 2.6 requirements to .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57e8676..c0a55e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - 3.3 - 3.4 install: -- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi +- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install -r requirements-2.6.txt; fi - pip install -r requirements.txt script: nosetests after_success: