summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-11-03 06:14:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-11-03 06:14:02 +0000
commitb11507eda86bd49d4801df6c6f2b5700f15087d7 (patch)
treea387ba9ae22d2409e2eada620488a37f0bc36d2b /.travis.yml
parentAdding upstream version 1.5.5. (diff)
downloadidentify-upstream/1.5.7.tar.xz
identify-upstream/1.5.7.zip
Adding upstream version 1.5.7.upstream/1.5.7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml19
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