Skip to content

Commit

Permalink
Travis: only install aspell for checkspelling job
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Nov 15, 2018
1 parent cae3e74 commit 959690d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ matrix:
dist: trusty
- env: TOXENV=flake8
- env: TOXENV=checkspelling
addons:
apt:
packages:
- aspell
- aspell-en

addons:
apt:
packages:
- libtidy-0.99-0
- aspell
- aspell-en

install:
# NOTE: setuptools needs to be installed explicitly for py34 (trusty).
Expand Down

0 comments on commit 959690d

Please sign in to comment.