Skip to content

Commit 9c207e0

Browse files
committed
Fix travis to run with pipenv
1 parent 5c5f0eb commit 9c207e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ python:
44
before_install:
55
- pip install pipenv
66
install:
7-
- pipenv install --system
8-
script: pytest
7+
- pipenv install --dev
8+
script: pipenv run pytest

0 commit comments

Comments
 (0)