Skip to content

Commit 74e25c6

Browse files
Merge pull request #22 from sarcoma/poetry
Poetry
2 parents 95e2d7a + 0290765 commit 74e25c6

File tree

7 files changed

+552
-73
lines changed

7 files changed

+552
-73
lines changed

.travis.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
language: python
22
python:
3-
- "3.4"
4-
- "3.5"
5-
- "3.6"
6-
before_install:
7-
- "pip install -U pip"
8-
- "python setup.py install"
9-
# command to install dependencies
3+
- "3.4"
4+
- "3.5"
5+
- "3.6"
6+
- "3.7"
107
install:
11-
- pip install -U -r requirements.txt
8+
- pip install --upgrade pip
9+
- pip install poetry
10+
- poetry install -v
1211
# command to run tests
1312
script:
14-
- coverage run -m pytest
13+
- coverage run -m pytest
1514
# run coverage
1615
after_success:
17-
- codecov
16+
- codecov

MANIFEST.in

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)