summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6453a5d..d7a0111 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ python: 3.5
env:
- TOXENV=flake8
+ - TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
@@ -18,14 +19,15 @@ matrix:
env: TOXENV=py36
allow_failures:
+ - env: TOXENV=py26
- python: "nightly"
install:
- - pip install tox coveralls
+ - pip install tox coveralls codecov
script:
- tox
after_success:
- coveralls
- - bash <(curl -s https://codecov.io/bash)
+ - codecov