We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8d938 commit eaa7d28Copy full SHA for eaa7d28
.travis.yml
@@ -28,10 +28,18 @@ matrix:
28
- TAGS="-tags travis"
29
- GO111MODULE=on
30
31
+cache:
32
+ directories:
33
+ - $HOME/bin/python3.4
34
+
35
+before_install:
36
+ - ./bin/install-python.sh $HOME/bin/python3.4
37
38
script:
39
- go install -v $TAGS ./...
40
- GOARCH=386 go test $TAGS ./...
41
- GOARCH=amd64 go run ./ci/run-tests.go -race $TAGS $COVERAGE
42
+ - python3 py3test.py
43
44
after_success:
45
- bash <(curl -s https://codecov.io/bash)
0 commit comments