Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
bug 1314613: Drop dennis from TravisCI tasks
Browse files Browse the repository at this point in the history
The new locales task includes running dennis to lint the locales, so it
is no longer needed as a seperate tox / TravisCI task.
  • Loading branch information
jwhitlock authored and jgmize committed Nov 8, 2016
1 parent 3b51648 commit 3790282
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -17,7 +17,6 @@ env:
- TOXENV=py27
- TOXENV=flake8
- TOXENV=docs
- TOXENV=dennis
- TOXENV=locales DOCKER_COMPOSE_VERSION=1.8.0
- TOXENV=docker DOCKER_COMPOSE_VERSION=1.8.0
global:
Expand All @@ -27,7 +26,6 @@ env:
- CFLAGS=-O0
matrix:
allow_failures:
- env: TOXENV=dennis
- env: TOXENV=locales DOCKER_COMPOSE_VERSION=1.8.0
- env: TOXENV=docker DOCKER_COMPOSE_VERSION=1.8.0
before_install:
Expand Down
6 changes: 0 additions & 6 deletions tox.ini
Expand Up @@ -25,12 +25,6 @@ basepython = python2.7
deps = -rrequirements/docs.txt
commands = sphinx-build -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html

[testenv:dennis]
basepython = python2.7
# TODO: Update to released version of dennis when aca57f6d is released.
deps = https://github.com/willkg/dennis/archive/aca57f6d.zip
commands = dennis-cmd lint --errorsonly locale/

[testenv:locales]
whitelist_externals =
cat
Expand Down

0 comments on commit 3790282

Please sign in to comment.