Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure poetry #7

Merged
merged 5 commits into from May 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 7 additions & 5 deletions .travis.yml
Expand Up @@ -5,11 +5,13 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install tox-travis
- pip install -r requirements-test.txt
- pip install poetry
- poetry install -vvv
- poetry run pip install tox-travis
script:
- tox -r
- poetry run tox -r
after_success:
- coverage report
- coveralls
- poetry run coverage report
- poetry run coveralls
23 changes: 0 additions & 23 deletions Pipfile

This file was deleted.

481 changes: 0 additions & 481 deletions Pipfile.lock

This file was deleted.