Skip to content

Instantly share code, notes, and snippets.

@linuxsimba
Created November 23, 2016 13:49
Show Gist options
  • Select an option

  • Save linuxsimba/8756d4d5fc0d7ee64b0624a26c9b4722 to your computer and use it in GitHub Desktop.

Select an option

Save linuxsimba/8756d4d5fc0d7ee64b0624a26c9b4722 to your computer and use it in GitHub Desktop.
gitlab.ci.yml for netshow-core
test:2.7:
image: python:2.7.12-wheezy
script:
- netshow-lib/test.sh
- netshow/test.sh
test:3.5:
image: python:3.4.5-wheezy
script:
- netshow-lib/test.sh
- netshow/test.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment