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

Commit 3efbc2b

Browse files
committed
Tried pipenv sync on travis
1 parent 125be28 commit 3efbc2b

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 install --ignore-pipfile
21+
- pipenv sync
2222
- pipenv graph
2323
- python -m pipenv.help
2424
- psql --version

0 commit comments

Comments
 (0)