Skip to content

Commit

Permalink
chore(ci): Do not forget to install locales for 3.7 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Jul 17, 2018
1 parent 969063f commit 087631b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- image: circleci/python:3.5.5
steps:
- checkout
- run: &install_locale
- run: &install_locales
name: Install locales
command: sudo apt-get install -y locales locales-all
- run: *install_bootstrapper
Expand All @@ -30,7 +30,7 @@ jobs:
- image: circleci/python:3.6.6
steps:
- checkout
- run: *install_locale
- run: *install_locales
- run: *install_bootstrapper
- run: *update_path
- run: TOXENV=py36 make test
Expand All @@ -39,6 +39,7 @@ jobs:
- image: circleci/python:3.7.0
steps:
- checkout
- run: *install_locales
- run: *install_bootstrapper
- run: *update_path
- run: TOXENV=py37 make test
Expand Down

0 comments on commit 087631b

Please sign in to comment.