Skip to content
This repository was archived by the owner on Aug 26, 2023. It is now read-only.

Commit 8938ab1

Browse files
committed
Switched to sequential pipenv install on travis
Workaround for pypa/pipenv#2088
1 parent 3efbc2b commit 8938ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cache:
1818
install:
1919
- pip install pipenv
2020
- pipenv --version
21-
- pipenv sync
21+
- pipenv install --sequential
2222
- pipenv graph
2323
- python -m pipenv.help
2424
- psql --version

0 commit comments

Comments
 (0)