We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b45fd5 commit 77dde64Copy full SHA for 77dde64
.travis.yml
@@ -0,0 +1,16 @@
1
+language: go
2
+sudo: false
3
+dist: trusty
4
+os:
5
+- linux
6
+go:
7
+- 1.7.6
8
+- 1.8.7
9
+- 1.9.3
10
+- "1.10.1"
11
+- tip
12
+script:
13
+- go test ./...
14
+matrix:
15
+ allow_failures:
16
+ - go: tip
README.md
@@ -1,5 +1,8 @@
# gpython
+[](https://travis-ci.org/ncw/gpython)
+[](https://godoc.org/github.com/ncw/gpython)
+
gpython is a part re-implementation / part port of the Python 3.4
interpreter to the Go language, "batteries not included".
0 commit comments