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

Commit a1595bc

Browse files
committed
Added recommended env vars
See pypa/pipenv#2088 (comment)
1 parent f033d67 commit a1595bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ env:
99
- DATABASE_URL=postgres://postgres@localhost:5432/brambling_test
1010
- PIPENV_IGNORE_VIRTUALENVS=1
1111
- PYTHONIOENCODING='utf-8'
12+
- PIPENV_DONT_USE_PYENV=1
13+
- PIPENV_VENV_IN_PROJECT=1
1214
cache:
1315
pip: true
1416
directories:

0 commit comments

Comments
 (0)