summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-19 10:48:50 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-19 18:38:59 +0200
commit570d7652e4a0919e4d2a86aa548962d20bec877e (patch)
treec7ceb6d955a9ceaef5ffaf1b9f6121a21440b419
parent2a0afe95286aa6b5dd3264da02cd2a2363c1f2cb (diff)
downloadwarlock-570d7652e4a0919e4d2a86aa548962d20bec877e.tar.gz
Remove superfluous job names
-rw-r--r--.travis.yml15
1 files changed, 5 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 999222c..a7dfcf3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,16 +19,11 @@ script:
jobs:
include:
- - name: "pytest-py2.7"
- python: 2.7
- - name: "pytest-py3.4"
- python: 3.4
- - name: "pytest-py3.5"
- python: 3.5
- - name: "pytest-py3.6"
- python: 3.6
- - name: "pytest-py3.7"
- python: 3.7
+ - python: 2.7
+ - python: 3.4
+ - python: 3.5
+ - python: 3.6
+ - python: 3.7
dist: xenial
before_script:
- pip install coveralls