Skip to content

Commit

Permalink
CI: Tidy and fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
declension committed Jan 2, 2019
1 parent ff5f6de commit c0ee1a4
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,11 @@ jobs:
- LANG: C.UTF-8
steps:
- checkout
- run:
name: debug
command: env

- run:
name: Set up various tools
command: apt update && apt install -y gettext zip unzip

- run:
name: Compile translations
command: bin/compile-translations

- run:
name: Set up Poetry
command: pip -q install poetry
Expand All @@ -27,6 +21,10 @@ jobs:
name: Install all dependencies
command: poetry install

- run:
name: Compile translations
command: bin/compile-translations

- run:
name: Tests
command: poetry run pytest -v --cov=squeezealexa --cov-report=term tests
Expand Down Expand Up @@ -63,7 +61,7 @@ jobs:

- run:
name: Test deploy script (from source, from dist/bin/)
command: cd dist/bin && poetry run deploy.py zip
command: cd dist/bin && poetry run ./deploy.py zip

- run:
name: Test deploy script (without build)
Expand Down

0 comments on commit c0ee1a4

Please sign in to comment.