Skip to content

Commit

Permalink
Improve style of the YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunedan committed Dec 3, 2017
1 parent 9de1e1f commit 2782dcd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
5 changes: 3 additions & 2 deletions .landscape.yml
@@ -1,6 +1,7 @@
---
strictness: veryhigh
doc-warnings: yes
test-warnings: yes
doc-warnings: "yes"
test-warnings: "yes"
uses:
- django
pylint:
Expand Down
25 changes: 13 additions & 12 deletions .travis.yml
@@ -1,3 +1,4 @@
---
language: python
python:
- "2.7"
Expand All @@ -18,17 +19,17 @@ script:
- coverage run runtests.py
matrix:
exclude:
- python: "3.3"
env: DJANGO="Django>=1.9,<1.10"
- python: "3.3"
env: DJANGO="Django>=1.10,<1.11"
- python: "3.3"
env: DJANGO="Django>=1.11,<1.12"
- python: "2.7"
env: DJANGO="Django>=2.0,<2.1"
- python: "3.3"
env: DJANGO="Django>=2.0,<2.1"
- python: "3.4"
env: DJANGO="Django>=2.0,<2.1"
- python: "3.3"
env: DJANGO="Django>=1.9,<1.10"
- python: "3.3"
env: DJANGO="Django>=1.10,<1.11"
- python: "3.3"
env: DJANGO="Django>=1.11,<1.12"
- python: "2.7"
env: DJANGO="Django>=2.0,<2.1"
- python: "3.3"
env: DJANGO="Django>=2.0,<2.1"
- python: "3.4"
env: DJANGO="Django>=2.0,<2.1"
after_success:
- coveralls

0 comments on commit 2782dcd

Please sign in to comment.