Skip to content

Commit

Permalink
Switch to Poetry for package management
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Nov 3, 2019
1 parent b33ba33 commit 37a62c1
Show file tree
Hide file tree
Showing 15 changed files with 1,079 additions and 134 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,19 @@ python:

jobs:
include:
- python: 3.7
name: "Check"
- stage: Checks
name: Check
script: scripts/check
- name: Build
script: scripts/build

script:
- scripts/test
before_install:
- pip install --pre poetry

install:
- poetry install -v

script: scripts/test

after_script:
- if [ -f .coverage ]; then
Expand Down
4 changes: 0 additions & 4 deletions MANIFEST.in

This file was deleted.

Loading

0 comments on commit 37a62c1

Please sign in to comment.