Skip to content

Commit

Permalink
Merge pull request #4 from sandal-tan/move-to-poetry
Browse files Browse the repository at this point in the history
Move to poetry
  • Loading branch information
sandal-tan authored Apr 9, 2020
2 parents 735b88d + d9f642c commit 3a68e00
Show file tree
Hide file tree
Showing 14 changed files with 383 additions and 613 deletions.
83 changes: 0 additions & 83 deletions .circleci/config.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on: [push]

jobs:
build:

runs-on: ubuntu-latest
container: python:3.8-slim

steps:
- uses: actions/checkout@v2
- name: "Install depdencies"
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: "Lint with Pylint"
run: |
poetry run pylint envclasses
- name: "Test with Pytest"
run: |
poetry run pytest
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
dist/
*.egg-info
VERSION
*__pycache__
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

17 changes: 0 additions & 17 deletions Pipfile

This file was deleted.

Loading

0 comments on commit 3a68e00

Please sign in to comment.