Skip to content

Commit

Permalink
Install enchant in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Jablon committed Sep 9, 2019
1 parent ba62df4 commit da08ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ before_install:
- sleep 1

install:
- if [ "$TOX_ENV" = "docs" ]; then sudo apt-get install enchant; fi
- pip install tox codecov
- tox --notest -e $TOX_ENV

Expand Down

0 comments on commit da08ceb

Please sign in to comment.