diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-10-17 20:53:04 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-10-19 17:23:14 +0200 |
commit | 5ec4de45b3023fd5ffb928f402ae6d2845d6b5f8 (patch) | |
tree | 258e1c04b6b3a22113a7ac8bdd2b51cfc33790a0 /.circleci/config.yml | |
parent | 66d97a2330dd318d48157a4fc0106377265a2573 (diff) |
Check spelling in rst files
It fixes a few typos too and installs enchant in TravisCI and CircleCI
jobs.
Change-Id: Id5dbf5f926edc8b0b4e4337d11bf63e21ea7e173
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 83aa78773dd0fea7064b8fa9676c44c061dc5e66)
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index e57f61db0..8ef97b330 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ jobs: - checkout - run: name: Install dependendencies - command: sudo apt-get install python2.7-dev + command: sudo apt-get install python2.7-dev enchant - run: name: Run tox command: sudo pip install tox && tox |