diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-11-03 06:14:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2020-11-03 06:14:07 +0000 |
commit | fb30f8c3416b99ff543094ffa977802ec5eb4f0e (patch) | |
tree | c74d32a6a68c3fd6267399d0ded737c39a5ac4e4 /.travis.yml | |
parent | Releasing debian version 1.5.5-1. (diff) | |
download | identify-fb30f8c3416b99ff543094ffa977802ec5eb4f0e.tar.xz identify-fb30f8c3416b99ff543094ffa977802ec5eb4f0e.zip |
Merging upstream version 1.5.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2f27068..0000000 --- a/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: python -matrix: - include: - - env: TOXENV=py27 - - env: TOXENV=py35 - python: 3.5 - - env: TOXENV=py36 - 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 -cache: - directories: - - $HOME/.cache/pip - - $HOME/.cache/pre-commit |