summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2019-04-12 11:14:43 +0300
committerMarius Gedminas <marius@gedmin.as>2019-04-12 11:14:43 +0300
commitddbbbf7595792b7f3637f3785eff0410147c5190 (patch)
tree4572cb4d76c71e371ff751d87131b3cf5aeab09a /.travis.yml
parent0521b15a1088e64f71e4159a5975d70ce63ffff2 (diff)
Install coverage-python-version on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index d011c90..8c35767 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,22 +1,22 @@
language: python
sudo: false
python:
- - 2.7
- - 3.4
- - 3.5
- - 3.6
+ - 2.7
+ - 3.4
+ - 3.5
+ - 3.6
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- - pip install coverage coveralls
- - pip install freezegun mock
- - pip install --no-deps -e .
+ - pip install coverage coveralls coverage-python-version
+ - pip install freezegun mock
+ - pip install --no-deps -e .
script:
- - coverage run -m gtimelog.tests
+ - coverage run -m gtimelog.tests
after_success:
- - coveralls
+ - coveralls
notifications:
- email: false
+ email: false