Skip to content

Instantly share code, notes, and snippets.

@JensRantil
Created May 22, 2013 10:34
Show Gist options
  • Save JensRantil/5626664 to your computer and use it in GitHub Desktop.
Save JensRantil/5626664 to your computer and use it in GitHub Desktop.
Example of multiple script/test commands.
language: python
python:
- "2.7"
- "3.2"
# command to run tests
script:
- python setup.py nosetests
- ./another_script.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment