summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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: