Skip to content

Commit 52623a9

Browse files
author
Alejandro Infante
committed
Trying to make Travis jhappy.
1 parent 68c528a commit 52623a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ language: smalltalk
22

33
python:
44
- '3.6'
5+
env:
6+
global:
7+
- PIPENV_VENV_IN_PROJECT=1
58
install:
69
- 'pip install pipenv'
10+
- 'pipenv install'
711

812
os:
913
- osx

0 commit comments

Comments
 (0)