From 47daa311f1afa7ea94b7e7d4611cb44e46534bce Mon Sep 17 00:00:00 2001 From: Jeff Quast Date: Tue, 14 Apr 2015 19:05:31 -0700 Subject: tox -edocs and -esa is now done in py27 on travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9272c6..99e0fcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,8 @@ install: fi script: - - if [[ "${TOXENV}" == "py34" ]]; then tox -e sa; fi - - if [[ "${TOXENV}" == "py34" ]]; then tox -e docs; fi + - if [[ "${TOXENV}" == "py27" ]]; then tox -e sa; fi + - if [[ "${TOXENV}" == "py27" ]]; then tox -e docs; fi - tox -e $TOXENV after_success: -- cgit v1.2.1