summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <jquast@io.com>2015-04-14 19:05:31 -0700
committerJeff Quast <jquast@io.com>2015-04-14 19:05:31 -0700
commit47daa311f1afa7ea94b7e7d4611cb44e46534bce (patch)
tree1a13699a41270b556acef3ed7c236ce39f5caae9
parentb6e3dcce1a5038c56fcacb90b5a180ff4348f795 (diff)
downloadblessings-47daa311f1afa7ea94b7e7d4611cb44e46534bce.tar.gz
tox -edocs and -esa is now done in py27 on travis
-rw-r--r--.travis.yml4
1 files 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: