Skip to content

Commit

Permalink
Switch to poetry. Testing it with GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Dec 13, 2019
1 parent 41d7e2c commit eb3d9d7
Show file tree
Hide file tree
Showing 3 changed files with 856 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pythonapp.yml
Expand Up @@ -24,9 +24,9 @@ jobs:

- name: Install dependencies
run: |
pip install pipenv
pipenv install
pipenv install --dev
pip install poetry
poetry install
poetry install --dev
- name: Lint with flake8
run: |
Expand All @@ -38,6 +38,6 @@ jobs:
- name: Test with pytest
run: |
pipenv run pytest
poetry run pytest
env:
testing: actions

0 comments on commit eb3d9d7

Please sign in to comment.