aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 4052559..2dcb793 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,6 @@
sudo: false
language: python
+
matrix:
include:
- python: '2.7'
@@ -12,19 +13,25 @@ matrix:
env: TOXENV=pypy
- env: TOXENV=flake8
- env: TOXENV=checkspelling
+
addons:
apt:
packages:
- libtidy-0.99-0
- aspell
- aspell-en
+
install:
- pip install tox
- - pip install coveralls
+ - pip install 'coverage<4.0'
+ - pip install codecov
+
script:
- tox
+
after_success:
- - coveralls
+ - codecov
+
branches:
only:
- master