We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c2d59 commit a660ea8Copy full SHA for a660ea8
1 file changed
.travis.yml
@@ -10,7 +10,7 @@ cache:
10
directories:
11
- $HOME/.cache/pip
12
- $GOPATH/src/github.com/deis/workflow/vendor
13
- - $HOME/virtualenv/python2.7
+ - $HOME/venv
14
services:
15
- docker
16
- postgresql
@@ -24,8 +24,8 @@ before_install:
24
- wget "http://ftp.debian.org/debian/pool/main/s/shellcheck/shellcheck_0.3.7-4_amd64.deb"
25
- sudo dpkg -i shellcheck_0.3.7-4_amd64.deb
26
- sudo pip install virtualenv
27
- - virtualenv $HOME/virtualenv/python2.7
28
- - source $HOME/virtualenv/python2.7/bin/activate
+ - virtualenv $HOME/venv
+ - source $HOME/venv/bin/activate
29
- createdb -U postgres deis
30
install:
31
- pip install -r rootfs/requirements.txt
0 commit comments