Skip to content

Commit eaa7d28

Browse files
committed
build: run py3test.py, installing python3.4 if necessary
1 parent bf8d938 commit eaa7d28

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,18 @@ matrix:
2828
- TAGS="-tags travis"
2929
- GO111MODULE=on
3030

31+
cache:
32+
directories:
33+
- $HOME/bin/python3.4
34+
35+
before_install:
36+
- ./bin/install-python.sh $HOME/bin/python3.4
37+
3138
script:
3239
- go install -v $TAGS ./...
3340
- GOARCH=386 go test $TAGS ./...
3441
- GOARCH=amd64 go run ./ci/run-tests.go -race $TAGS $COVERAGE
42+
- python3 py3test.py
3543

3644
after_success:
3745
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)