grumpyhome / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
420 stars 18 forks source link

Travis CI: language: go --> language: python #73

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

If we can apt-get install golang-1.10-go then we should be able to run tests on multiple versions of Python.

cclauss commented 6 years ago

Closing... The key is:

language:
  - go
  - python