Skip to content

Commit

Permalink
Merge pull request #7 from nnsnodnb/poetry
Browse files Browse the repository at this point in the history
Configure poetry
  • Loading branch information
nnsnodnb committed May 12, 2020
2 parents bf593ae + 58c27ba commit 9696009
Show file tree
Hide file tree
Showing 10 changed files with 969 additions and 606 deletions.
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.

0 comments on commit 9696009

Please sign in to comment.