summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-19 10:47:00 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-19 18:38:59 +0200
commit2a0afe95286aa6b5dd3264da02cd2a2363c1f2cb (patch)
tree20e78b805cb98e2da5eca63951f6e9bbc01e36f4
parenta8c68c71f4084a2c3df717a4e0b4d6b9eaed7262 (diff)
downloadwarlock-2a0afe95286aa6b5dd3264da02cd2a2363c1f2cb.tar.gz
Travis dist declaration only where needed
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3fbbf14..999222c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
-dist: xenial
language: python
-python: 3.7
+python: 3.6
cache:
pip: true
directories:
@@ -30,6 +29,7 @@ jobs:
python: 3.6
- name: "pytest-py3.7"
python: 3.7
+ dist: xenial
before_script:
- pip install coveralls
after_success:
@@ -38,6 +38,7 @@ jobs:
- stage: linting
python: 3.7
+ dist: xenial
install:
- pip install -U black flake8 flake8-bugbear flake8-todo
script: