Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96a7a7d

Browse files
committed
.travis.yml: use Poetry instead of Pipenv
1 parent2603c83 commit96a7a7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ python:
1313

1414
install:
1515
-pip install -U pip setuptools# https://github.com/pypa/virtualenv/issues/1630
16-
-pip installpipenv
17-
-pipenv install --dev
16+
-pip installpoetry
17+
-poetry install
1818

1919
script:
20-
-pipenv run py.test tests/
20+
-poetry run py.test tests/
2121

2222
after_success:
23-
-pipenv run coveralls
23+
-poetry run coveralls

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp