Skip to content

Instantly share code, notes, and snippets.

@AutomatedTester
Created February 24, 2012 14:18
Show Gist options
  • Select an option

  • Save AutomatedTester/1901203 to your computer and use it in GitHub Desktop.

Select an option

Save AutomatedTester/1901203 to your computer and use it in GitHub Desktop.
language: python
python:
- 2.6
- 2.7
install: pip install pytest
script: python setup.py develop && py.test test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment