Skip to content

Commit 306d51d

Browse files
committed
Switch to poetry
1 parent 8316eb6 commit 306d51d

File tree

6 files changed

+629
-462
lines changed

6 files changed

+629
-462
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
language: python
22
python:
3-
- "3.6"
4-
- "3.7"
5-
- "3.8"
6-
- "3.9"
7-
install: pip install tox-travis
3+
- 3.6
4+
- 3.7
5+
- 3.8
6+
- 3.9
7+
before_install:
8+
- pip install --upgrade pip
9+
- pip install poetry tox-travis
810
script: tox

Pipfile

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

0 commit comments

Comments
 (0)