Commit Graph

3 Commits

Author SHA1 Message Date
Justin Israel 7bd7360fdf
main,bind,_examples: fix tests for go 1.16
* main,bind,_examples: fix tests for go 1.16

This CL fixes a number of tests that are failing under go 1.16.
Modules behave a bit differently, the //comment directives now
need a space, generated version file needs go fmt, and there was a
mis-named symbol

* ci: Update travis and appveyor for recent Go and fix pypy download links

* ci: fix typo in travis script, and adjust go to max appveyor version

* ci: update appveyor PATH to pick up proper latest go version

* fix: Re-enable test cleanup

* ci: update appveyor to pin GOROOT

* ci: update appveyor to use latest windows image
2021-03-16 12:51:57 +01:00
Sebastien Binet b1e60f126f Revert "documentation: Auto-generate support matrix from tests"
This reverts commit ab145c0f89.

Updates go-python/gopy#159.
2018-03-26 11:19:22 +02:00
Ramakrishnan G ab145c0f89 documentation: Auto-generate support matrix from tests
- Provision to auto-generate / verify support matrix from tests.
- Wrap around long lines > 80 characters in README.md.
- Also adding a .gitignore files excluding some temporary files of vim
  editor.

Change-Id: Ice93fef8233e8cbc1566e17ae06b51bf79fd43eb
2018-01-31 11:36:25 +01:00