Skip to content

Commit a660ea8

Browse files
committed
fix(.travis.yml): move virtualenv to avoid conflicts
1 parent 71c2d59 commit a660ea8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cache:
1010
directories:
1111
- $HOME/.cache/pip
1212
- $GOPATH/src/github.com/deis/workflow/vendor
13-
- $HOME/virtualenv/python2.7
13+
- $HOME/venv
1414
services:
1515
- docker
1616
- postgresql
@@ -24,8 +24,8 @@ before_install:
2424
- wget "http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.7-4_amd64.deb"
2525
- sudo dpkg -i shellcheck_0.3.7-4_amd64.deb
2626
- sudo pip install virtualenv
27-
- virtualenv $HOME/virtualenv/python2.7
28-
- source $HOME/virtualenv/python2.7/bin/activate
27+
- virtualenv $HOME/venv
28+
- source $HOME/venv/bin/activate
2929
- createdb -U postgres deis
3030
install:
3131
- pip install -r rootfs/requirements.txt

0 commit comments

Comments
 (0)