summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-06-14 09:08:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-06-14 09:08:51 +0000
commit0ae8610e959be1b61be17e50a3e2f3202965249b (patch)
tree391f3c6cd94d6d60d280e136377d3f9b60f097a3 /.travis.yml
parentAdding upstream version 1.4.15. (diff)
downloadidentify-upstream/1.4.19.tar.xz
identify-upstream/1.4.19.zip
Adding upstream version 1.4.19.upstream/1.4.19
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0bf07c5..2f27068 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,8 @@ matrix:
python: 3.6
- env: TOXENV=pypy
python: pypy
+ - env: TOXENV=pre-commit
+ python: 3.6
install: pip install coveralls tox
script: tox
after_success: coveralls