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

Commit f4db490

Browse files
morpheunettoclaudio
authored andcommitted
travis.yaml: using virtualenv for docs deps
1 parent ba2a608 commit f4db490

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ script:
2020
- ./check-fmt.sh
2121
- go build -o build/gandalf-webserver -ldflags "-linkmode external -extldflags -static" webserver/main.go
2222
- go build -o build/gandalf-ssh -ldflags "-linkmode external -extldflags -static" bin/gandalf.go
23-
- make doc
23+
- python -m pip install --user virtualenv
24+
- virtualenv -p python2 venv
25+
- source venv/bin/activate && make doc
2426
services:
2527
- docker
2628
- mongodb

0 commit comments

Comments
 (0)